[ 
https://issues.apache.org/jira/browse/MJAVADOC-117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957493#comment-17957493
 ] 

Olivier Lamy commented on MJAVADOC-117:
---------------------------------------

This project has moved from Jira to GitHub Issues. This issue was migrated to 
[apache/maven-javadoc-plugin#548|https://github.com/apache/maven-javadoc-plugin/issues/548].
 

> sourcepath and aggregate don"t work to generate javaodc of test classes
> -----------------------------------------------------------------------
>
>                 Key: MJAVADOC-117
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-117
>             Project: Maven Javadoc Plugin (Moved to GitHub Issues)
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: maven 2.0.4
>            Reporter: David Vicente
>            Assignee: Siveton Vincent
>            Priority: Major
>             Fix For: 2.3
>
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to