You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Martin Desruisseaux (JIRA)" <ji...@codehaus.org> on 2005/10/10 10:19:11 UTC

[jira] Created: (MNG-1152) Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line

Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line
-------------------------------------------------------------------------------------

         Key: MNG-1152
         URL: http://jira.codehaus.org/browse/MNG-1152
     Project: Maven 2
        Type: Bug
  Components: maven-javadoc-plugin  
    Versions: 2.0-beta-3    
 Environment: Windows XP
 Reporter: Martin Desruisseaux
    Priority: Minor


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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-1152) Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1152?page=all ]
     
Brett Porter closed MNG-1152:
-----------------------------

    Resolution: Fixed

> Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line
> -------------------------------------------------------------------------------------
>
>          Key: MNG-1152
>          URL: http://jira.codehaus.org/browse/MNG-1152
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Versions: 2.0-beta-3
>  Environment: Windows XP
>     Reporter: Martin Desruisseaux
>     Assignee: allan ramirez
>     Priority: Minor
>      Fix For: 2.0-beta-4
>  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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1152) Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line

Posted by "allan ramirez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1152?page=all ]

allan ramirez updated MNG-1152:
-------------------------------

    Attachment: MNG-1152-maven-javadoc-plugin.patch

-removed the -excludePackageNames parameter

> Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line
> -------------------------------------------------------------------------------------
>
>          Key: MNG-1152
>          URL: http://jira.codehaus.org/browse/MNG-1152
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Versions: 2.0-beta-3
>  Environment: Windows XP
>     Reporter: Martin Desruisseaux
>     Assignee: allan ramirez
>     Priority: Minor
>      Fix For: 2.0-beta-4
>  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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-1152) Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1152?page=all ]

Brett Porter updated MNG-1152:
------------------------------

    Fix Version: 2.0-beta-4

> Javadoc plugin add a spurious -excludePackageNames option on the javadoc command line
> -------------------------------------------------------------------------------------
>
>          Key: MNG-1152
>          URL: http://jira.codehaus.org/browse/MNG-1152
>      Project: Maven 2
>         Type: Bug
>   Components: maven-javadoc-plugin
>     Versions: 2.0-beta-3
>  Environment: Windows XP
>     Reporter: Martin Desruisseaux
>     Priority: Minor
>      Fix For: 2.0-beta-4

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org