[
https://issues.jboss.org/browse/ISPN-1070?page=com.atlassian.jira.plugin....
]
Manik Surtani commented on ISPN-1070:
-------------------------------------
Maybe you need a {{relativePath}} element for the infinispan-tools dependency. E.g.,
{code}
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>infinispan-tools</artifactId>
<version>${project.version}</version>
<relativePath>../tools/pom.xml</relativePath>
</dependency>
{code}
build broken of RHQ plugin
--------------------------
Key: ISPN-1070
URL:
https://issues.jboss.org/browse/ISPN-1070
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Reporter: Sanne Grinovero
Assignee: Galder ZamarreƱo
Priority: Blocker
Fix For: 5.0.0.CR1
{quote}
INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.121s
[INFO] Finished at: Sun Apr 24 12:07:38 CEST 2011
[INFO] Final Memory: 18M/162M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.7:javadoc
(default) on project infinispan-rhq-plugin: An error has occurred in JavaDocs report
generation:
[ERROR] Exit code: 1 - javadoc: error - Cannot find doclet class
org.infinispan.tools.rhq.RhqPluginXmlGenerator
[ERROR]
[ERROR] Command line was: /opt/jdk1.6.0_25/jre/../bin/javadoc @options @packages
[ERROR]
[ERROR] Refer to the generated Javadoc files in
'/home/sanne/workspaces/infinispan/infinispan/rhq-plugin/target/site/apidocs'
dir.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the
following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira