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

Emmanuel Bernard (JIRA) noreply at atlassian.com
Mon May 3 07:21:31 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36846#action_36846 ] 

Emmanuel Bernard commented on HSEARCH-518:
------------------------------------------

Let's add the link tot he wiki page as a comment in the pom.xml

> 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
>            Assignee: Hardy Ferentschik
>            Priority: Minor
>             Fix For: 3.2.0
>
>
> 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