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