Author: nickboldt
Date: 2011-02-24 16:08:00 -0500 (Thu, 24 Feb 2011)
New Revision: 29323
Modified:
trunk/build/parent/pom.xml
Log:
add
http://download.jboss.org/jbosstools/updates/helios/ (JBT reqs composite mirror) to
default-enabled nightly/composite stuff to help w/ dep resolution when building offline
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2011-02-24 19:25:36 UTC (rev 29322)
+++ trunk/build/parent/pom.xml 2011-02-24 21:08:00 UTC (rev 29323)
@@ -395,14 +395,6 @@
</repositories>
</profile>
- <!-- TODO: do we need this? -->
- <profile>
- <id>jbds-no-target</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- </profile>
-
<!-- Time saver: to build everything from scratch (without target platform);
To enable it use -P helios-no-target in command line. Do not remove repos
that contains the same artefacts, it is done for purpose to make build more
@@ -449,9 +441,6 @@
<enabled>true</enabled>
</releases>
</repository>
- <!-- <repository> <id>jboss-helios</id>
<
url>http://download.jboss.org/jbosstools/updates/requirements/helios/
- </url> <layout>p2</layout> <snapshots>
<enabled>true</enabled> </snapshots>
- <releases> <enabled>true</enabled> </releases>
</repository> -->
<repository>
<id>webtools322</id>
<
url>http://download.eclipse.org/webtools/downloads/drops/R3.2.2/R-3.2....
@@ -825,6 +814,13 @@
<enabled>true</enabled>
</releases>
</repository>
+ <repository>
+ <id>jboss-requirements-composite-mirror</id>
+ <
url>http://download.jboss.org/jbosstools/updates/helios/</url>
+ <layout>p2</layout>
+ <snapshots> <enabled>true</enabled> </snapshots>
+ <releases> <enabled>true</enabled> </releases>
+ </repository>
</repositories>
</profile>