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

Chris Wilson (JIRA) noreply at atlassian.com
Mon Nov 30 05:23:11 EST 2009


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


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