|
@@ -82,4 +82,17 @@
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
|
|
|
|
|
|
+ <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>
|
|
|
|
+
|
|
</project>
|
|
</project>
|