]
Sanne Grinovero reassigned HSEARCH-518:
---------------------------------------
Assignee: Hardy Ferentschik
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
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: