|
@@ -199,6 +199,11 @@
|
|
|
<name>Nexus Release Repository</name>
|
|
|
<url>http://192.168.2.236:8081/repository/maven-releases/</url>
|
|
|
</repository>
|
|
|
+ <repository>
|
|
|
+ <id>nexus-snapshots</id>
|
|
|
+ <name>Nexus Snapshot Repository</name>
|
|
|
+ <url>http://192.168.2.236:8081/repository/maven-snapshots/</url>
|
|
|
+ </repository>
|
|
|
</repositories>
|
|
|
<!-- 私有仓库 -->
|
|
|
<pluginRepositories>
|
|
@@ -209,6 +214,11 @@
|
|
|
<releases>
|
|
|
<enabled>true</enabled>
|
|
|
</releases>
|
|
|
+ </pluginRepository>
|
|
|
+ <pluginRepository>
|
|
|
+ <id>nexus-snapshots</id>
|
|
|
+ <name>Nexus Snapshot Repository</name>
|
|
|
+ <url>http://192.168.2.236:8081/repository/maven-snapshots/</url>
|
|
|
<snapshots>
|
|
|
<enabled>true</enabled>
|
|
|
</snapshots>
|
|
@@ -227,7 +237,6 @@
|
|
|
<url>http://192.168.2.236:8081/repository/maven-snapshots/</url>
|
|
|
</snapshotRepository>
|
|
|
</distributionManagement>
|
|
|
-
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|