]
Marek Schmidt updated JBBUILD-726:
----------------------------------
Assignee: Paul Gier
org.apache.maven:maven-plugin-api:jar:2.1.0-M2-SNAPSHOT has a
snapshot parent org.apache.maven:maven-parent:pom:11-SNAPSHOT that doesn't exist
anymore
------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBBUILD-726
URL:
https://issues.jboss.org/browse/JBBUILD-726
Project: JBoss Build System
Issue Type: Bug
Components: Artifact Repositories
Reporter: Marek Schmidt
Assignee: Paul Gier
Hello,
I am getting this error in weld examples, with the jboss-public repository enabled:
mvn glassfish:start-domain
...
{noformat}
[ERROR] Failed to execute goal
org.glassfish.maven.plugin:maven-glassfish-plugin:2.1:start-domain (default-cli) on
project weld-jsf-numberguess: Execution default-cli of goal
org.glassfish.maven.plugin:maven-glassfish-plugin:2.1:start-domain failed: Plugin
org.glassfish.maven.plugin:maven-glassfish-plugin:2.1 or one of its dependencies could not
be resolved: Failed to collect dependencies for
org.glassfish.maven.plugin:maven-glassfish-plugin:jar:2.1 (): Failed to read artifact
descriptor for org.apache.maven:maven-plugin-api:jar:2.1.0-M2-SNAPSHOT: Failure to find
org.apache.maven:maven-parent:pom:11-SNAPSHOT in
http://repository.jboss.org/nexus/content/groups/public was cached in the local
repository, resolution will not be reattempted until the update interval of
jboss-public-repository-group has elapsed or updates are forced -> [Help 1]
{noformat}
The problem seems to be that
https://repository.jboss.org/nexus/content/groups/public/org/apache/maven...
has a parent
https://repository.jboss.org/nexus/content/groups/public/org/apache/maven...
which doesn't exist anymore in the jboss public repo.
Snapshots which depends on snapshots that have already been removed, should probably be
removed also.
--
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: