distributionManagement

This commit is contained in:
Knut Forkalsrud 2010-03-04 18:26:12 -08:00
parent e4ef399f74
commit 2ca702e0f3

14
pom.xml
View file

@ -159,4 +159,18 @@
<url>http://forkalsrud.org:8080/nexus/content/groups/public-snapshots</url>
</pluginRepository>
</pluginRepositories>
<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>
<id>central</id>
<name>Forkalsrud.org's Maven Repository</name>
<url>http://forkalsrud.org:8080/nexus/content/repositories/releases</url>
</repository>
<!-- use the following if you ARE using a snapshot version. -->
<snapshotRepository>
<id>snapshots</id>
<name>Forkalsrud.org's Maven Snapshot Repository</name>
<url>http://forkalsrud.org:8080/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>