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

Steve Ebersole (JIRA) noreply at atlassian.com
Sat Dec 12 19:46:08 EST 2009


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-4621.
-------------------------------

    Resolution: Rejected

You need to define the JBoss repos these in your settings.xml

As for the issue with jacc, see HHH-4674

> 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