|
@@ -339,6 +339,21 @@
|
|
</dependencies>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
+
|
|
|
|
+ <distributionManagement>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>maven-releases</id>
|
|
|
|
+ <name>Release repository</name>
|
|
|
|
+ <url>http://192.168.10.201:8081/repository/maven-releases/</url>
|
|
|
|
+ </repository>
|
|
|
|
+ <snapshotRepository>
|
|
|
|
+ <id>maven-snapshots</id>
|
|
|
|
+ <name>Snapshots repository</name>
|
|
|
|
+ <url>http://192.168.10.201:8081/repository/maven-snapshots/</url>
|
|
|
|
+ </snapshotRepository>
|
|
|
|
+ </distributionManagement>
|
|
|
|
+
|
|
|
|
+
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|