distributionManagement
This commit is contained in:
parent
e4ef399f74
commit
2ca702e0f3
1 changed files with 16 additions and 2 deletions
18
pom.xml
18
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue