|
@@ -442,6 +442,21 @@
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
|
+ <distributionManagement>
|
|
|
+ <repository>
|
|
|
+ <id>maven-releases</id>
|
|
|
+ <name>maven-releases</name>
|
|
|
+ <!-- 在以下的url中填写正确的maven仓库的地址-->
|
|
|
+ <url>http://192.168.10.83:8083/repository/maven-releases/</url>
|
|
|
+ </repository>
|
|
|
+ <snapshotRepository>
|
|
|
+ <id>maven-snapshots</id>
|
|
|
+ <name>maven-snapshots</name>
|
|
|
+ <!-- 在以下的url中填写正确的maven仓库的地址-->
|
|
|
+ <url>http://192.168.10.83:8083/repository/maven-snapshots/</url>
|
|
|
+ </snapshotRepository>
|
|
|
+ </distributionManagement>
|
|
|
+
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|