Update pom.xml

Added distribution management to deploy to nexus.eitchnet.ch
This commit is contained in:
Robert von Burg 2013-01-30 14:54:33 +01:00
parent 487ad3e826
commit a8d8702464
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -73,6 +73,19 @@
</snapshots> <id>codehausSnapshots</id> <name>Codehaus Snapshots</name> <url>http://snapshots.maven.codehaus.org/maven2</url>
<layout>default</layout> </repository> </repositories> <pluginRepositories>
... </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>