[jboss-cvs] JBossAS SVN: r93985 - projects/ejb3/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 24 08:59:23 EDT 2009


Author: wolfc
Date: 2009-09-24 08:59:23 -0400 (Thu, 24 Sep 2009)
New Revision: 93985

Modified:
   projects/ejb3/trunk/build/pom.xml
Log:
EJBTHREE-1928: added CI profile which enables the snapshot repository for version range resolution


Modified: projects/ejb3/trunk/build/pom.xml
===================================================================
--- projects/ejb3/trunk/build/pom.xml	2009-09-24 12:14:06 UTC (rev 93984)
+++ projects/ejb3/trunk/build/pom.xml	2009-09-24 12:59:23 UTC (rev 93985)
@@ -557,6 +557,25 @@
       </properties>
     </profile>
 
+    <profile>
+      <id>CI</id>
+      <!-- To enable resolution of a version range to a snapshot
+           the snapshots repository must be enabled for releases. -->
+      <repositories>
+        <repository>
+          <id>snapshots.jboss.org</id>
+          <name>JBoss Snapshots Repository</name>
+          <url>http://snapshots.jboss.org/maven2</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </repository>
+      </repositories>
+    </profile>
+
   </profiles>
 
 </project>




More information about the jboss-cvs-commits mailing list