Update pom.xml

Added distribution management to deploy to nexus.eitchnet.ch
This commit is contained in:
Robert von Burg 2013-01-30 14:56:56 +01:00
parent 64e6111c53
commit 1fbe3cb090
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -109,6 +109,19 @@
...
</pluginRepositories>
-->
<distributionManagement>
<repository>
<id>deployment</id>
<name>Internal Releases</name>
<url>http://nexus.eitchnet.ch/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>deployment</id>
<name>Internal Releases</name>
<url>http://nexus.eitchnet.ch/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>