[jbosstools-issues] [JBoss JIRA] (JBIDE-12094) Add the JBoss Nexus catalog to the maven core plugin

Fred Bricon (JIRA) jira-events at lists.jboss.org
Mon Jun 4 18:39:17 EDT 2012


Fred Bricon created JBIDE-12094:
-----------------------------------

             Summary: Add the JBoss Nexus catalog to the maven core plugin
                 Key: JBIDE-12094
                 URL: https://issues.jboss.org/browse/JBIDE-12094
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: maven
    Affects Versions: 3.3.0.CR1
            Reporter: Fred Bricon
            Assignee: Fred Bricon
             Fix For: 3.3.1


We should add the JBoss catalog to mitigate the loss of functionality caused by JBIDE-12066 : even though jars won't be found anymore, archetypes will still be usable. We need to add the following to our plugin.xml:
{code:xml}
<extension point="org.eclipse.m2e.core.archetypeCatalogs">
      <remote url="https://repository.jboss.org/nexus/content/repositories/releases/archetype-catalog.xml" 
              description="JBoss Releases Catalog"/>
</extension>
{code}
But that depends on the catalog being available. It's currently broken : JBBUILD-718

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list