Skip to content

Commit

Permalink
add repositories to help building without any complicated settings
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Feb 9, 2012
1 parent 6319fa7 commit 72581e5
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pom.xml
Expand Up @@ -71,4 +71,30 @@
<url>https://github.com/dbriones</url>
</developer>
</developers>

<repositories>
<repository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>m.g.o-public</id>
<url>http://maven.glassfish.org/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 72581e5

Please sign in to comment.