[jbosstools-commits] JBoss Tools SVN: r39237 - trunk/common.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Thu Mar 1 19:56:19 EST 2012
Author: dgolovin
Date: 2012-03-01 19:56:17 -0500 (Thu, 01 Mar 2012)
New Revision: 39237
Modified:
trunk/common/pom.xml
Log:
=removed reference to nightly trunk update site for testst components because it cannot be used when building component from branch
Modified: trunk/common/pom.xml
===================================================================
--- trunk/common/pom.xml 2012-03-02 00:34:07 UTC (rev 39236)
+++ trunk/common/pom.xml 2012-03-02 00:56:17 UTC (rev 39237)
@@ -19,19 +19,5 @@
<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_trunk.component--tests/all</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- </repositories>
</project>
More information about the jbosstools-commits
mailing list