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

Hardy Ferentschik (JIRA) noreply at atlassian.com
Mon May 3 04:59:30 EDT 2010


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

Hardy Ferentschik commented on HSEARCH-518:
-------------------------------------------

The recommended way is to configure the repositories in {{settings.xml}}. See also [MavenGettingStarted Users|http://community.jboss.org/wiki/MavenGettingStarted-Users]. I used to have the repository configuration in the pom as well, but got told to move it into {{settings.xml}}. I added a comment to the wiki page, hopefully Paul will give some satisfactory answers on why this is so much better.
Other than that first stop when trying to compile Hibernate Search should be [Contributing to Hibernate Search|http://community.jboss.org/wiki/ContributingtoHibernateSearch].

> 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