Author: fbricon
Date: 2012-10-16 04:57:15 -0400 (Tue, 16 Oct 2012)
New Revision: 44519
Modified:
trunk/maven/plugins/org.jboss.tools.maven.core/plugin.xml
Log:
JBIDE-12094 : add the JBoss Nexus catalog to the maven core plugin
Modified: trunk/maven/plugins/org.jboss.tools.maven.core/plugin.xml
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.core/plugin.xml 2012-10-16 08:56:13 UTC (rev
44518)
+++ trunk/maven/plugins/org.jboss.tools.maven.core/plugin.xml 2012-10-16 08:57:15 UTC (rev
44519)
@@ -234,4 +234,10 @@
</enablement>
</provider>
</extension>
+
+ <extension point="org.eclipse.m2e.core.archetypeCatalogs">
+ <remote
url="https://repository.jboss.org/nexus/content/repositories/release...
+ description="JBoss Nexus Archetypes"/>
+ </extension>
+
</plugin>