|
@@ -32,53 +32,53 @@
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
- <!--<plugins>-->
|
|
|
- <!--<plugin>-->
|
|
|
- <!--<groupId>org.springframework.boot</groupId>-->
|
|
|
- <!--<artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
- <!--</plugin>-->
|
|
|
- <!--</plugins>-->
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.8.1</version>
|
|
|
- <configuration>
|
|
|
- <source>8</source>
|
|
|
- <target>8</target>
|
|
|
- </configuration>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
+ <!--<plugins>-->
|
|
|
+ <!--<plugin>-->
|
|
|
+ <!--<groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+ <!--<artifactId>maven-compiler-plugin</artifactId>-->
|
|
|
+ <!--<version>3.8.1</version>-->
|
|
|
+ <!--<configuration>-->
|
|
|
+ <!--<source>8</source>-->
|
|
|
+ <!--<target>8</target>-->
|
|
|
+ <!--</configuration>-->
|
|
|
+ <!--</plugin>-->
|
|
|
+ <!--</plugins>-->
|
|
|
<finalName>${parent.artifactId}</finalName>
|
|
|
</build>
|
|
|
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>releases</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>nexus-aliyun</id>
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>snapshots</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
+ <!--<repositories>-->
|
|
|
+ <!--<repository>-->
|
|
|
+ <!--<id>releases</id>-->
|
|
|
+ <!--<url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>-->
|
|
|
+ <!--</repository>-->
|
|
|
+ <!--<repository>-->
|
|
|
+ <!--<id>nexus-aliyun</id>-->
|
|
|
+ <!--<url>http://maven.aliyun.com/nexus/content/groups/public</url>-->
|
|
|
+ <!--</repository>-->
|
|
|
+ <!--<repository>-->
|
|
|
+ <!--<id>snapshots</id>-->
|
|
|
+ <!--<url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>-->
|
|
|
+ <!--</repository>-->
|
|
|
+ <!--</repositories>-->
|
|
|
|
|
|
- <distributionManagement>
|
|
|
- <repository>
|
|
|
- <!-- 这里的ID要和setting的id一致 -->
|
|
|
- <id>releases</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
- </repository>
|
|
|
- <!--这是打成快照版本的配置 -->
|
|
|
- <snapshotRepository>
|
|
|
- <id>snapshots</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
|
|
|
- </snapshotRepository>
|
|
|
- </distributionManagement>
|
|
|
+ <!--<distributionManagement>-->
|
|
|
+ <!--<repository>-->
|
|
|
+ <!--<!– 这里的ID要和setting的id一致 –>-->
|
|
|
+ <!--<id>releases</id>-->
|
|
|
+ <!--<url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>-->
|
|
|
+ <!--</repository>-->
|
|
|
+ <!--<!–这是打成快照版本的配置 –>-->
|
|
|
+ <!--<snapshotRepository>-->
|
|
|
+ <!--<id>snapshots</id>-->
|
|
|
+ <!--<url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>-->
|
|
|
+ <!--</snapshotRepository>-->
|
|
|
+ <!--</distributionManagement>-->
|
|
|
|
|
|
|
|
|
|