[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4621) Trunk build fails due to maven plugins having been moved

Chris Wilson (JIRA) noreply at atlassian.com
Mon Nov 30 07:34:08 EST 2009


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34804#action_34804 ] 

Chris Wilson commented on HHH-4621:
-----------------------------------

Another error caused by the lack of this patch is the downloading of jboss-jacc-api:

2) org.jboss.javaee:jboss-jacc-api:jar:1.1.1-SNAPSHOT

  Try downloading the file manually from the project website...

  Path to dependency: 
  	1) org.hibernate:hibernate-core:jar:3.5.0-SNAPSHOT
  	2) org.jboss.javaee:jboss-jacc-api:jar:1.1.1-SNAPSHOT


> Trunk build fails due to maven plugins having been moved
> --------------------------------------------------------
>
>                 Key: HHH-4621
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4621
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.5
>         Environment: Ubuntu 8.04, maven 2.0.8
>            Reporter: Chris Wilson
>   Original Estimate: 15 minutes
>  Remaining Estimate: 15 minutes
>
> Downloading: http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jdocbook-style-plugin/2.0.0/maven-jdocbook-style-plugin-2.0.0.pom
> Downloading: http://repo1.maven.org/maven2/org/jboss/maven/plugins/maven-jdocbook-style-plugin/2.0.0/maven-jdocbook-style-plugin-2.0.0.pom
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
> Project ID: org.jboss.maven.plugins:maven-jdocbook-style-plugin
> Reason: POM 'org.jboss.maven.plugins:maven-jdocbook-style-plugin' not found in repository: Unable to download the artifact from any repository
>   org.jboss.maven.plugins:maven-jdocbook-style-plugin:pom:2.0.0
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
>  for project org.jboss.maven.plugins:maven-jdocbook-style-plugin
> Seems to be the same issue as HHH-3204. I'm not sure how that was fixed, as the <pluginRepository> was not added to parent/pom.xml. Adding the following to parent/pom.xml fixes it for me:
> 	<pluginRepositories>
> 	    <pluginRepository>
> 	        <id>jboss</id>
> 	        <url>http://repository.jboss.org/maven2/</url>
> 	    </pluginRepository>
> 	</pluginRepositories>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list