Author: nickboldt
Date: 2011-06-14 00:39:07 -0400 (Tue, 14 Jun 2011)
New Revision: 32081
Modified:
branches/jbosstools-3.2.x/build/parent/pom.xml
Log:
add profile for jboss-requirements-composite-extras-mirror =
http://download.jboss.org/jbosstools/updates/helios/extras/
Modified: branches/jbosstools-3.2.x/build/parent/pom.xml
===================================================================
--- branches/jbosstools-3.2.x/build/parent/pom.xml 2011-06-14 04:39:02 UTC (rev 32080)
+++ branches/jbosstools-3.2.x/build/parent/pom.xml 2011-06-14 04:39:07 UTC (rev 32081)
@@ -56,6 +56,9 @@
<!-- 4. published aggregate update site goes here, for consumption by QE
and downstream JBDS builds -->
<
jbosstools.update.site>http://download.jboss.org/jbosstools/updates/ni...
+
+ <!-- 5. extra requirements (for 3rd party "Extras" site) -->
+ <
jboss-requirements-composite-extras-mirror>http://download.jboss.org/j...
</properties>
<build>
@@ -963,6 +966,28 @@
</repositories>
</profile>
+ <!-- Contains all the Third Party Extras deps. This is the superset of sites
+ from which the JBDS Extras site is created. -->
+ <profile>
+ <id>jboss-requirements-composite-extras-mirror</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <repositories>
+ <repository>
+ <id>jboss-requirements-composite-extras-mirror</id>
+ <url>${jboss-requirements-composite-extras-mirror}</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ </profile>
+
<!-- same contents as jbosstools-nightly-staging-composite, but locally
available (to improve network lag) -->
<profile>