[jboss-jira] [JBoss JIRA] Commented: (JBAS-7987) Missing org.codehaus.plexus:plexus-utils:jar:1.5.9
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Tue May 4 18:08:05 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-7987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12528967#action_12528967 ]
Thomas Diesler commented on JBAS-7987:
--------------------------------------
settings.xml is this
<settings>
<pluginGroups>
<pluginGroup>org.jboss.maven.plugin</pluginGroup>
</pluginGroups>
<profiles>
<profile>
<id>jboss-public</id>
<repositories>
<repository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Maven Repository Group</name>
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>
<activeProfile>jboss-public</activeProfile>
</activeProfiles>
</settings>
Have you actually tried building AS with a clean repo?
> Missing org.codehaus.plexus:plexus-utils:jar:1.5.9
> --------------------------------------------------
>
> Key: JBAS-7987
> URL: https://jira.jboss.org/jira/browse/JBAS-7987
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Thomas Diesler
> Assignee: Paul Gier
> Fix For: No Release
>
>
> Cannot build 6.0.0.M3 tag
> Missing:
> ----------
> 1) org.codehaus.plexus:plexus-utils:jar:1.5.9
> Try downloading the file manually from the project website.
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.5.9 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
> mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.5.9 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> Path to dependency:
> 1) org.codehaus.mojo:jboss-packaging-maven-plugin:maven-plugin:2.1
> 2) org.codehaus.plexus:plexus-utils:jar:1.5.9
> ----------
> 1 required artifact is missing.
> for artifact:
> org.codehaus.mojo:jboss-packaging-maven-plugin:maven-plugin:2.1
> from the specified remote repositories:
> central (http://central),
> codehaus.org (http://snapshots.repository.codehaus.org),
> jboss-public-repository-group (https://repository.jboss.org/nexus/content/groups/public/)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list