distributionManagement
This commit is contained in:
parent
e4ef399f74
commit
2ca702e0f3
1 changed files with 16 additions and 2 deletions
14
pom.xml
14
pom.xml
|
|
@ -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