Skip to content

Commit

Permalink
Added repository/snapshotRepository to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sk89q committed Feb 24, 2014
1 parent bb141c7 commit 8be35e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Expand Up @@ -75,6 +75,14 @@
<id>sk89q-docs-upload</id>
<url>ftp://sk89q-maven-deploy/commandbook/</url>
</site>
<repository>
<id>maven.sk89q.com</id>
<url>http://maven.sk89q.com/artifactory/libs-release-local</url>
</repository>
<snapshotRepository>
<id>maven.sk89q.com-snapshot</id>
<url>http://maven.sk89q.com/artifactory/libs-snapshot-local</url>
</snapshotRepository>
</distributionManagement>
<build>
<defaultGoal>install</defaultGoal>
Expand Down

0 comments on commit 8be35e7

Please sign in to comment.