sourcepath and aggregate don"t work to generate javaodc of test classes
-----------------------------------------------------------------------
Key: MJAVADOC-117
URL: http://jira.codehaus.org/browse/MJAVADOC-117
Project: Maven 2.x Javadoc Plugin
Issue Type: Bug
Affects Versions: 2.1
Environment: maven 2.0.4
Reporter: David Vicente
HI,
i try to customize javadoc plugin configuration to generate javadoc fo test
classes as done below.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.1</version>
<configuration>
<reportOutputDirectory>${project.reporting.outputDirectory}/test-apidocs</reportOutputDirectory>
<sourcepath>${basedir}/src/test</sourcepath>
<aggregate>true</aggregate>
</configuration>
</plugin>
and nothing as result.
related with these issues :
http://jira.codehaus.org/browse/MJAVADOC-110
http://jira.codehaus.org/browse/MJAVADOC-95
i can't generate the javadoc for all test classes of my multi-modules project.
I put this issue as bug but it could be an improvement.
could we hope a simple mechanism to generate test classes javadoc with
aggregate parameter ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira