|
@@ -33,52 +33,23 @@
|
|
|
|
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
|
|
+ <!--<plugin>-->
|
|
|
|
+ <!--<groupId>org.springframework.boot</groupId>-->
|
|
|
|
+ <!--<artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
|
+ <!--</plugin>-->
|
|
<plugin>
|
|
<plugin>
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
+ <version>2.8.2</version>
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</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>
|
|
<finalName>${parent.artifactId}</finalName>
|
|
</build>
|
|
</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>-->
|
|
|
|
-
|
|
|
|
- <!--<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>-->
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|