|
@@ -14,6 +14,20 @@
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
<artifactId>4dkankan-center-modeling-extend</artifactId>
|
|
|
|
|
|
+ <repositories>
|
|
|
+ <repository>
|
|
|
+ <id>releases</id>
|
|
|
+ <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
+ </repository>
|
|
|
+ <repository>
|
|
|
+ <id>snapshots</id>
|
|
|
+ <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
|
|
|
+ </repository>
|
|
|
+ <repository>
|
|
|
+ <id>nexus-aliyun</id>
|
|
|
+ <url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
+ </repository>
|
|
|
+ </repositories>
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
@@ -96,25 +110,28 @@
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
+
|
|
|
<build>
|
|
|
<finalName>${artifactId}</finalName>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- <version>2.3.12.RELEASE</version>
|
|
|
- </plugin>
|
|
|
-
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <testFailureIgnore>true</testFailureIgnore>
|
|
|
- </configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
-
|
|
|
</build>
|
|
|
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <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>
|
|
|
+
|
|
|
|
|
|
</project>
|