more release research

This commit is contained in:
Knut Forkalsrud 2010-03-04 20:23:35 -08:00
parent ac5961f528
commit fa1bb12ff5

View file

@ -74,6 +74,7 @@
</additionalProjectFacets>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
@ -81,6 +82,7 @@
<repositoryId>central</repositoryId>
</configuration>
</plugin>
-->
</plugins>
</build>
<dependencies>
@ -169,13 +171,13 @@
<distributionManagement>
<!-- use the following if you're not using a snapshot version. -->
<repository>
<id>central</id>
<id>repo</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>
<id>repo</id>
<name>Forkalsrud.org's Maven Snapshot Repository</name>
<url>http://forkalsrud.org:8080/nexus/content/repositories/snapshots</url>
</snapshotRepository>