[jbpm-commits] JBoss JBPM SVN: r1612 - pvm/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jul 14 04:04:27 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-07-14 04:04:27 -0400 (Mon, 14 Jul 2008)
New Revision: 1612

Modified:
   pvm/trunk/pom.xml
Log:
Add default repos to the top level pom

Modified: pvm/trunk/pom.xml
===================================================================
--- pvm/trunk/pom.xml	2008-07-14 05:02:27 UTC (rev 1611)
+++ pvm/trunk/pom.xml	2008-07-14 08:04:27 UTC (rev 1612)
@@ -31,7 +31,7 @@
 
    <!-- Modules -->
    <modules>
-      <module>modules/core</module>      
+      <module>modules/core</module>
    </modules>
 
    <!-- Properties -->
@@ -184,5 +184,31 @@
       </plugins>
    </reporting>
 
+   <repositories>
+      <repository>
+         <id>maven2.java.net</id>
+         <name>Java.net Repository for Maven 2</name>
+         <url>http://download.java.net/maven/2/</url>
+      </repository>
+      <repository>
+         <id>java.net</id>
+         <url>http://download.java.net/maven/1/</url>
+         <layout>legacy</layout>
+      </repository>
+      <repository>
+         <id>repository.jboss.org</id>
+         <url>http://repository.jboss.org/maven2</url>
+         <snapshots>
+            <enabled>false</enabled>
+         </snapshots>
+      </repository>
+      <repository>
+         <id>snapshots.jboss.org</id>
+         <url>http://snapshots.jboss.org/maven2</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+      </repository>
+   </repositories>
 
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list