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/m2eclips...
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project>