|
@@ -41,6 +41,34 @@
|
|
|
<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>
|
|
|
+
|
|
|
+ <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>
|
|
|
+
|
|
|
|
|
|
|
|
|
</project>
|