Author: dgolovin
Date: 2012-02-09 18:55:33 -0500 (Thu, 09 Feb 2012)
New Revision: 38582
Modified:
trunk/common/pom.xml
Log:
Added direct references to tests nightly update sites, so nightly composite not needed
anymore during the build and that means buld doesn't download all metadata for whole
tools
Modified: trunk/common/pom.xml
===================================================================
--- trunk/common/pom.xml 2012-02-09 22:49:21 UTC (rev 38581)
+++ trunk/common/pom.xml 2012-02-09 23:55:33 UTC (rev 38582)
@@ -19,5 +19,19 @@
<module>site</module>
<module>tests</module>
</modules>
+ <!-- do not need all metadata to compile common component -->
+ <repositories>
+ <repository>
+ <id>jbosstools-tests-nightly-repo</id>
+ <
url>http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.3...
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
</project>