Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Merging pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jul 28, 2010
2 parents 5dad965 + 420f02d commit c63c5d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 38 deletions.
6 changes: 3 additions & 3 deletions README.txt
Expand Up @@ -6,9 +6,9 @@ Build the .jar and bundle it with your app.
Maven repository:

<repository>
<id>softwaremill-public</id>
<name>SoftwareMill Public</name>
<url>http://repository.softwaremill.pl/public</url>
<id>softwaremill-snapshots</id>
<name>SoftwareMill Snapshots</name>
<url>http://tools.softwaremill.pl/nexus/content/repositories/snapshots</url>
</repository>

<dependency>
Expand Down
49 changes: 14 additions & 35 deletions pom.xml
Expand Up @@ -23,30 +23,9 @@

<repositories>
<repository>
<id>java.net</id>
<name>Java.Net Maven2 Repository</name>
<url>http://download.java.net/maven/2</url>
</repository>
<repository>
<id>scala.tools.releases</id>
<name>Scala Tools Releases</name>
<url>http://scala-tools.org/repo-releases/</url>
</repository>
<repository>
<id>oss.sonatype.org/jboss-snapshots</id>
<name>Nexus JBoss Snapshots Repository</name>
<url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>jboss-public-repository-normalGroup</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<id>softwaremill-cdiext-public</id>
<name>SoftwareMill CDIExt Public Group</name>
<url>http://tools.softwaremill.pl/nexus/content/groups/cdiext-repos/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
Expand All @@ -55,17 +34,12 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>repository.jboss.com</id>
<name>Legacy JBoss Maven2 repository</name>
<url>http://repository.jboss.com/maven2</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-normalGroup</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<id>softwaremill-cdiext-public</id>
<name>SoftwareMill CDIExt Public Group</name>
<url>http://tools.softwaremill.pl/nexus/content/groups/cdiext-repos/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
Expand Down Expand Up @@ -238,10 +212,15 @@

<distributionManagement>
<repository>
<id>softwaremill-public</id>
<name>SoftwareMill Public</name>
<url>scpexe://ubuntu@repository.softwaremill.pl:/var/www/repository/public</url>
<id>softwaremill-public-releases</id>
<name>SoftwareMill Public Releases</name>
<url>http://tools.softwaremill.pl/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>softwaremill-public-snapshots</id>
<name>SoftwareMill Public Snapshots</name>
<url>http://tools.softwaremill.pl/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<reporting>
Expand Down

0 comments on commit c63c5d9

Please sign in to comment.