[
https://issues.jboss.org/browse/JBIDE-12066?page=com.atlassian.jira.plugi...
]
Fred Bricon edited comment on JBIDE-12066 at 6/4/12 6:21 PM:
-------------------------------------------------------------
We can remove the nexus index and replace it with the JBoss catalog to mitigate the loss
of functionality : 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
was (Author: fbricon):
We can remove the nexus index and replace it with the JBoss catalog to mitigate the
loss of functionality : 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
Unable to create Maven archetype project from Nexus Indexer
-----------------------------------------------------------
Key: JBIDE-12066
URL:
https://issues.jboss.org/browse/JBIDE-12066
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Reporter: Rastislav Wagner
Assignee: Fred Bricon
Priority: Blocker
Fix For: 3.3.0.CR1
Attachments: JBIDE-12066-remove-jboss-nexus-index.patch
org.eclipse.core.runtime.CoreException: Could not resolve artifact
jboss.maven-archetypes:jboss-archetype-simple:pom:1.0
at org.eclipse.m2e.core.internal.embedder.MavenImpl.resolve(MavenImpl.java:658)
at
org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.resolveArchetype(ProjectConfigurationManager.java:625)
at
org.eclipse.m2e.core.internal.project.ProjectConfigurationManager.createArchetypeProject(ProjectConfigurationManager.java:536)
at
org.eclipse.m2e.core.ui.internal.wizards.MavenProjectWizard$5.doCreateMavenProjects(MavenProjectWizard.java:241)
at
org.eclipse.m2e.core.ui.internal.wizards.AbstactCreateMavenProjectJob$1.doCreateMavenProjects(AbstactCreateMavenProjectJob.java:45)
at
org.eclipse.m2e.core.ui.internal.wizards.AbstractCreateMavenProjectsOperation.run(AbstractCreateMavenProjectsOperation.java:73)
at
org.eclipse.m2e.core.ui.internal.wizards.AbstactCreateMavenProjectJob.runInWorkspace(AbstactCreateMavenProjectJob.java:49)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Contains: Missing jboss.maven-archetypes:jboss-archetype-simple:pom:1.0
--
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