[jboss-jira] [JBoss JIRA] Commented: (JBBUILD-656) RichFaces project: current build problems
Paul Gier (JIRA)
jira-events at lists.jboss.org
Tue Oct 12 12:21:39 EDT 2010
[ https://jira.jboss.org/browse/JBBUILD-656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556571#action_12556571 ]
Paul Gier commented on JBBUILD-656:
-----------------------------------
The "developer" group includes all the same stuff as the "public" group plus the maven central repository. The reason the "public" group is preferred is that your build can download artfiacts faster from the central repo and use less bandwidth instead of downloading everything through our Nexus repo.
So in this case, the problem is your mirror settings. I changed the recommended settings in the wiki a while back to remove the use of mirror settings. With that included, your build will ignore all repositories except for the mirror (i.e. the "developer" group). The preferred setting is to use the "public" group as a normal repository so that Maven can also use "central" for artifacts available there.
http://community.jboss.org/wiki/MavenGettingStarted-Developers
> RichFaces project: current build problems
> -----------------------------------------
>
> Key: JBBUILD-656
> URL: https://jira.jboss.org/browse/JBBUILD-656
> Project: JBoss Build System
> Issue Type: Bug
> Components: Artifact Repositories
> Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 22:16:01+0300)
> Java version: 1.6.0_20
> Reporter: Ilya Shaikovsky
> Attachments: settings.xml
>
>
> 1) https://jira.jboss.org/browse/RF-9483 - I was not able to build RF 3.3.3 as far as moved my environment to new PC (except local maven repo :( )
> Note - removing wagon dependency I'm running with another "not found" issues. Last time when I succesfully tried with clean repo and it was fine - was before going to Nexus.
> 2) I even can't build the RF-4.0.0 project with *clean install* getting
> [INFO] Error building POM (may not be this project's POM).
> Project ID: org.apache.maven.plugins:maven-clean-plugin
> Reason: POM 'org.apache.maven.plugins:maven-clean-plugin' not found in repositor
> y: Unable to download the artifact from any repository
> org.apache.maven.plugins:maven-clean-plugin:pom:2.3
> from the specified remote repositories:
> jboss-deprecated (https://repository.jboss.org/nexus/content/repositories/depr
> ecated/),
> jboss-public-repository-group (http://repository.jboss.org/nexus/content/group
> s/public/)
> Note - works if execute just install for sure.. all the other dependencies fine.
> Check my environment and my settings.xml attached. Sorry if missed something obvious during migration and please point me to the right direction in that case.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list