Moved repository declaration to find EJB jar to the right pom.xml.

This commit is contained in:
Oliver Gierke
2011-05-12 14:10:13 +02:00
parent 24394b4f1d
commit 727bf4cc99
2 changed files with 6 additions and 6 deletions

View File

@@ -353,12 +353,6 @@
<name>SpringSource Maven Release Repository</name>
<url>http://repository.springsource.com/maven/bundles/release</url>
</repository>
<repository>
<!-- Necessary for EJB Tx support in Commons Core -->
<id>jboss</id>
<name>JBoss repository</name>
<url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
<distributionManagement>

View File

@@ -369,6 +369,12 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<!-- Necessary for EJB Tx support in Commons Core -->
<id>jboss</id>
<name>JBoss repository</name>
<url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
<reporting>
<plugins>