more release research
This commit is contained in:
parent
ac5961f528
commit
fa1bb12ff5
1 changed files with 4 additions and 2 deletions
6
pom.xml
6
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue