[jboss-cvs] JBossAS SVN: r60340 - projects/test/trunk/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 6 14:23:19 EST 2007


Author: pgier
Date: 2007-02-06 14:23:19 -0500 (Tue, 06 Feb 2007)
New Revision: 60340

Modified:
   projects/test/trunk/test/pom.xml
Log:
[JBBUILD-336] Adding JBoss repository to the pom.  This is necessary so that the parent pom can be found.


Modified: projects/test/trunk/test/pom.xml
===================================================================
--- projects/test/trunk/test/pom.xml	2007-02-06 19:00:55 UTC (rev 60339)
+++ projects/test/trunk/test/pom.xml	2007-02-06 19:23:19 UTC (rev 60340)
@@ -25,6 +25,17 @@
       </plugin>
     </plugins>
   </build>
+  <repositories>
+    <repository>
+      <id>jboss</id>
+      <name>JBoss Repository</name>
+      <layout>default</layout>
+      <url>http://repository.jboss.com/maven2/</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>




More information about the jboss-cvs-commits mailing list