[jbosstools-commits] JBoss Tools SVN: r43342 - trunk/central.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 30 20:35:25 EDT 2012


Author: dgolovin
Date: 2012-08-30 20:35:25 -0400 (Thu, 30 Aug 2012)
New Revision: 43342

Modified:
   trunk/central/pom.xml
Log:
added reference to m2e-wtp repository to fix the build 


Modified: trunk/central/pom.xml
===================================================================
--- trunk/central/pom.xml	2012-08-31 00:13:23 UTC (rev 43341)
+++ trunk/central/pom.xml	2012-08-31 00:35:25 UTC (rev 43342)
@@ -27,5 +27,18 @@
 		<module>tests</module>
 		<module>site</module>
 	</modules>
+	<repositories>
+		<repository>
+			<id>jbosstools-m2e-wtp-mirror</id>
+			<layout>p2</layout>
+			<url>http://download.jboss.org/jbosstools/updates/requirements/m2eclipse/m2e-wtp-juno/</url>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
 </project>
 	



More information about the jbosstools-commits mailing list