Author: nickboldt
Date: 2012-10-05 17:41:06 -0400 (Fri, 05 Oct 2012)
New Revision: 44348
Modified:
trunk/central/pom.xml
Log:
add m2e site to central root pom
Modified: trunk/central/pom.xml
===================================================================
--- trunk/central/pom.xml 2012-10-05 21:14:24 UTC (rev 44347)
+++ trunk/central/pom.xml 2012-10-05 21:41:06 UTC (rev 44348)
@@ -27,5 +27,19 @@
<module>tests</module>
<module>site</module>
</modules>
+ <repositories>
+ <!-- JBIDE-12294 merge m2e, m2e-wtp, and m2e-apt into a single site
defined in parent pom -->
+ <repository>
+ <id>m2e</id>
+ <url>${m2e}</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
</project>
Show replies by date