Kamal Bahadur created FLUME-1282:
------------------------------------
Summary: Can't build from trunk
Key: FLUME-1282
URL: https://issues.apache.org/jira/browse/FLUME-1282
Project: Flume
Issue Type: Bug
Components: Docs
Affects Versions: v1.2.0
Environment: Mac osx 10.7.4. Maven 2.2.1
Reporter: Kamal Bahadur
Build fails.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error getting reports from the plugin
'org.tomdz.maven:sphinx-maven-plugin:1.0.2': Unable to load the mojo
'org.tomdz.maven:sphinx-maven-plugin:1.0.2:generate' in the plugin
'org.tomdz.maven:sphinx-maven-plugin'. A required class is missing:
org/codehaus/plexus/util/xml/XmlStreamWriter
org.codehaus.plexus.util.xml.XmlStreamWriter
-----------------------------
I was able to build after I commented this part in main pom.xml:
<plugin>
<groupId>org.tomdz.maven</groupId>
<artifactId>sphinx-maven-plugin</artifactId>
<inherited>false</inherited>
<configuration>
<sourceDirectory>${project.basedir}/flume-ng-doc/sphinx</sourceDirectory>
</configuration>
</plugin>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira