[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-518) pom.xml misses pluginrepository

Marc Schipperheyn (JIRA) noreply at atlassian.com
Sat May 1 07:08:29 EDT 2010


pom.xml misses pluginrepository
-------------------------------

                 Key: HSEARCH-518
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-518
             Project: Hibernate Search
          Issue Type: Bug
          Components: build
    Affects Versions: 3.2.0.CR1
            Reporter: Marc Schipperheyn
            Priority: Minor


the pom.xml for Hibernate search misses a dependency for the maven-jdocbook-plugin.
<pluginRepositories>
		<pluginRepository>
            <id>repository.jboss.org</id>    
            <name>JBoss Maven Repository</name>    
            <url>http://repository.jboss.org/maven2</url>    
            <layout>default</layout>
        </pluginRepository>
	</pluginRepositories>

I also added 
	<repositories>
		<repository>
            <id>repository.jboss.org</id>    
            <name>JBoss Maven Repository</name>    
            <url>http://repository.jboss.org/maven2</url>    
            <layout>default</layout>
        </repository>
	</repositories>
for good measure.

Presumably this dependency is supplied by the password protected distributionManagement key. In any case, it doesn't compile out of the box without this addition.

-- 
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