|
@@ -13,7 +13,7 @@
|
|
<version>2.0-SNAPSHOT</version>-->
|
|
<version>2.0-SNAPSHOT</version>-->
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
- <version>1.5.14.RELEASE</version>
|
|
|
|
|
|
+ <version>1.5.15.RELEASE</version>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
@@ -25,7 +25,7 @@
|
|
<repositories>
|
|
<repositories>
|
|
<repository>
|
|
<repository>
|
|
<id>qmth-public</id>
|
|
<id>qmth-public</id>
|
|
- <url>http://192.168.10.30:8081/repository/maven-public/</url>
|
|
|
|
|
|
+ <url>http://ecs-dev.qmth.com.cn:8081/repository/maven-public/</url>
|
|
</repository>
|
|
</repository>
|
|
<repository>
|
|
<repository>
|
|
<id>central-repository</id>
|
|
<id>central-repository</id>
|
|
@@ -35,7 +35,7 @@
|
|
<pluginRepositories>
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<pluginRepository>
|
|
<id>qmth-public</id>
|
|
<id>qmth-public</id>
|
|
- <url>http://192.168.10.30:8081/repository/maven-public/</url>
|
|
|
|
|
|
+ <url>http://ecs-dev.qmth.com.cn:8081/repository/maven-public/</url>
|
|
</pluginRepository>
|
|
</pluginRepository>
|
|
<pluginRepository>
|
|
<pluginRepository>
|
|
<id>central-repository</id>
|
|
<id>central-repository</id>
|
|
@@ -44,10 +44,14 @@
|
|
</pluginRepositories>
|
|
</pluginRepositories>
|
|
<distributionManagement>
|
|
<distributionManagement>
|
|
<repository>
|
|
<repository>
|
|
- <id>qmth-snapshots</id>
|
|
|
|
|
|
+ <id>qmth-releases</id>
|
|
<name>Snapshots Repository</name>
|
|
<name>Snapshots Repository</name>
|
|
- <url>http://192.168.10.30:8081/repository/maven-snapshots/</url>
|
|
|
|
|
|
+ <url>http://ecs-dev.qmth.com.cn:8081/repository/maven-releases/</url>
|
|
</repository>
|
|
</repository>
|
|
|
|
+ <snapshotRepository>
|
|
|
|
+ <id>qmth-snapshots</id>
|
|
|
|
+ <url>http://ecs-dev.qmth.com.cn:8081/repository/maven-snapshots/</url>
|
|
|
|
+ </snapshotRepository>
|
|
</distributionManagement>
|
|
</distributionManagement>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
@@ -140,6 +144,22 @@
|
|
<skipTests>true</skipTests>
|
|
<skipTests>true</skipTests>
|
|
</configuration>
|
|
</configuration>
|
|
</plugin>
|
|
</plugin>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
+ <artifactId>maven-source-plugin</artifactId>
|
|
|
|
+ <configuration>
|
|
|
|
+ <attach>true</attach>
|
|
|
|
+ </configuration>
|
|
|
|
+ <executions>
|
|
|
|
+ <execution>
|
|
|
|
+ <id>attach-sources</id>
|
|
|
|
+ <phase>install</phase>
|
|
|
|
+ <goals>
|
|
|
|
+ <goal>jar-no-fork</goal>
|
|
|
|
+ </goals>
|
|
|
|
+ </execution>
|
|
|
|
+ </executions>
|
|
|
|
+ </plugin>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
<artifactId>maven-deploy-plugin</artifactId>
|