Author: nickboldt
Date: 2011-06-13 23:08:42 -0400 (Mon, 13 Jun 2011)
New Revision: 32079
Modified:
trunk/build/parent/pom.xml
Log:
add jboss-requirements-composite-extras-mirror =
http://download.jboss.org/jbosstools/updates/indigo/extras/RC2/
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2011-06-14 00:17:49 UTC (rev 32078)
+++ trunk/build/parent/pom.xml 2011-06-14 03:08:42 UTC (rev 32079)
@@ -48,6 +48,9 @@
<!-- 4. published aggregate update site goes here, for consumption by QE and
downstream JBDS builds -->
<
jbosstools-nightly>http://download.jboss.org/jbosstools/updates/nightl...
+
+ <!-- 5. extra requirements (for 3rd party "Extras" site) -->
+ <
jboss-requirements-composite-extras-mirror>http://download.jboss.org/j...
</properties>
<build>
@@ -322,6 +325,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>true</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>
+
<!-- Target platform file pointing at a single update site from which to
resolve. See unified.site if you want to resolve against a site w/o using
the unified.target file -->