| | |
| | | <modelVersion>4.0.0</modelVersion> |
| | | <groupId>com.hbbohua</groupId> |
| | | <artifactId>git_study</artifactId> |
| | | <version>1.9.0-SHNPSHOT</version> |
| | | <version>1.9.0-SNAPSHOT</version> |
| | | <packaging>war</packaging> |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | <version>4.13</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>junit</groupId> |
| | | <artifactId>junit</artifactId> |
| | | <version>4.13</version> |
| | | <version>4.13.1</version> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | </dependencies> |
| | | <properties> |
| | | <maven.compiler.source>8</maven.compiler.source> |
| | | |
| | | |
| | | |
| | | <maven.compiler.target>8</maven.compiler.target> |
| | | <!--当前项目版本号--> |
| | | <revision>1.9.1-SHNPSHOT</revision> |
| | | <revision>1.9.0-SNAPSHOT</revision> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | </properties> |
| | | <build> |
| | | <plugins> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | <version>2.22.2</version> |
| | | <configuration> |
| | | <testFailureIgnore>true</testFailureIgnore> |
| | | </configuration> |
| | | </plugin> |
| | | </plugins> |
| | | </build> |
| | | <distributionManagement> |
| | | <repository> |
| | | <id>releases</id> |
| | | <name>Nexus Release Repository</name> |
| | | <url>http://47.92.145.232:8081/repository/maven-releases/</url> |
| | | </repository> |
| | | <snapshotRepository> |
| | | <id>snapshots</id> |
| | | <name>Nexus Snapshot Repository</name> |
| | | <url>http://47.92.145.232:8081/repository/maven-snapshots/</url> |
| | | </snapshotRepository> |
| | | </distributionManagement> |
| | | <repositories> |
| | | <repository> |
| | | <id>maven-public</id> |
| | |
| | | <url>http://47.92.145.232:8081/repository/maven-public/</url> |
| | | </repository> |
| | | </repositories> |
| | | |
| | | </project> |