Details
Description
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>
Attachments
Issue Links
- is blocked by
-
FLUME-1256 OutofMemory erros in Flume build
- Resolved