Hi all,
I am currently having trouble getting the jxr-maven-plugin to pick up
additional (test) source folders, regardless of whether the are added by
the build-helper-maven-plugin or the sourceRoot/testSourceRoot
configuration elements of the exec-maven-plugin.
FWIW, here's the plugin's configuration, from the reporting section of my
POM:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
<reportSets>
<reportSet>
<reports>
<report>jxr</report>
<report>test-jxr</report>
</reports>
</reportSet>
</reportSets>
<configuration>
<!-- Override default of ISO-8859-1 -->
<outputEncoding>${project.reporting.outputEncoding}</outputEncoding>
</configuration>
</plugin>
Is this a known limitation of the jxr-maven-plugin (I couldn't find a JIRA
issue, though) or am I doing something wrong?
Best wishes,
Andreas Sewe
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]