Skip to content

Commit

Permalink
Adds our local Nexus repo for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Feb 8, 2013
1 parent 34e49df commit dbc521a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Expand Up @@ -365,7 +365,7 @@
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url> http://repository.jboss.org/nexus/content/groups/public/ </url>
<url>http://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
Expand Down Expand Up @@ -440,6 +440,16 @@
<id>gh-pages</id>
<url>gitsite:git@github.com/futures/${project_name}.git</url>
</site>
<repository>
<id>fedora4lib-releases</id>
<name>fedora4lib Nexus Repo</name>
<url>http://maven.fedora4lib.org:8081/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>fedora4lib-snapshots</id>
<name>fedora4lib Nexus Repo</name>
<url>http://maven.fedora4lib.org:8081/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<developers>
Expand Down

0 comments on commit dbc521a

Please sign in to comment.