[ http://jira.codehaus.org/browse/MJAVADOC-82?page=all ]

Vincent Siveton updated MJAVADOC-82:
------------------------------------

    Attachment: MJAVADOC-82.rar

I tried it on dummy projects (see file) with jdk 1.4&1.5 and all seems to work.
Could you send us a true project?
Also, could you tried with -Ddebug=true and verify the content of 'options' and 
'package-list' files in target\site\apidocs

Let me know.

> 'sourcepath' should not be mandatory when using 'subpackages' configuration
> ---------------------------------------------------------------------------
>
>                 Key: MJAVADOC-82
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-82
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Damien Lecan
>         Assigned To: Vincent Siveton
>             Fix For: 2.1
>
>         Attachments: MJAVADOC-82.rar
>
>
> It is impossible to use 'subpackages' configuration without specifying 
> 'sourcepath' directory.
> This works :      <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <sourcepath>${basedir}/src/main/java</sourcepath>
>           <subpackages>
>             my.package:my.package2
>           </subpackages>
>         </configuration>
>       </plugin>
> but this one doesn't works (without sourcepath with sources default path)
>       <plugin>
>         <artifactId>maven-javadoc-plugin</artifactId>
>         <configuration>
>           <subpackages>
>             my.package:my.package2
>           </subpackages>
>         </configuration>
>       </plugin>

-- 
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

        

Reply via email to