[
https://issues.jboss.org/browse/JBIDE-12094?page=com.atlassian.jira.plugi...
]
Fred Bricon updated JBIDE-12094:
--------------------------------
Description:
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/release...
description="JBoss Releases Catalog"/>
</extension>
{code}
But that depends on the catalog being available. It's currently broken : ORG-1532
was:
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/release...
description="JBoss Releases Catalog"/>
</extension>
{code}
But that depends on the catalog being available. It's currently broken : JBBUILD-718
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, UpStream
Affects Versions: 3.3.0.CR1
Reporter: Fred Bricon
Assignee: Fred Bricon
Labels: archetype_catalog
Fix For: 3.3.x
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/release...
description="JBoss Releases Catalog"/>
</extension>
{code}
But that depends on the catalog being available. It's currently broken : ORG-1532
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira