[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-518?pag...
]
Sanne Grinovero commented on HSEARCH-518:
-----------------------------------------
right, that might be helpfull for newcomers. we're all having those repositories
enabled in global configuration (settings.xml), but I agree defining them in the project
pom.xml would improve first impression.
Hardy, WDYT?
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira