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

Maria Odea Ching moved MNG-1152 to MJAVADOC-17:
-----------------------------------------------

        Version:     (was: 2.0-beta-3)
    Fix Version:     (was: 2.0 (RC))
      Component:     (was: maven-javadoc-plugin)
       Workflow: jira  (was: Maven)
            Key: MJAVADOC-17  (was: MNG-1152)
        Project: Maven 2.x Javadoc Plugin  (was: Maven 2)

> Javadoc plugin add a spurious -excludePackageNames option on the javadoc 
> command line
> -------------------------------------------------------------------------------------
>
>          Key: MJAVADOC-17
>          URL: http://jira.codehaus.org/browse/MJAVADOC-17
>      Project: Maven 2.x Javadoc Plugin
>         Type: Bug

>  Environment: Windows XP
>     Reporter: Martin Desruisseaux
>     Assignee: Allan Ramirez
>     Priority: Minor
>  Attachments: MNG-1152-maven-javadoc-plugin.patch
>
>
> When an <excludePackageNames> attribute is set in the POM file for the 
> maven-javadoc-plugin configuration, the plugin add the two following 
> arguments to the javadoc command line:
>    -exclude <the excludePackageNames value>
>    -excludePackageNames <the excludePackageNames value>
> The first one is correct. The second do not exists and seems to be an 
> accidental copy-and-paste. It can be viewed there:
> http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java?rev=291371&view=markup
> Search for "excludePackageNames" in the above-cited link. The last occurence 
> should be removed.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to