distributionManagement

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

18
pom.xml
View file

@ -27,8 +27,8 @@
</properties>
<scm>
<url>forkalsrud.org</url>
<developerConnection>scm:git:ssh://forkalsrud.org/home/gitroot/album</developerConnection>
<connection>scm:git:ssh://forkalsrud.org/home/gitroot/album</connection>
<developerConnection>scm:git:ssh://forkalsrud.org/home/gitroot/album</developerConnection>
<connection>scm:git:ssh://forkalsrud.org/home/gitroot/album</connection>
</scm>
<build>
<finalName>photo</finalName>
@ -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>