You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/08/08 16:55:27 UTC

[jira] Issue Comment Edited: (MPLUGIN-130) PluginDescriptorGenerator doesn't write deprecated tag for a mojo

    [ http://jira.codehaus.org/browse/MPLUGIN-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=144494#action_144494 ] 

siveton edited comment on MPLUGIN-130 at 8/8/08 9:53 AM:
-----------------------------------------------------------------

fixed in [r683987|http://svn.apache.org/viewvc?rev=683987&view=rev]

      was (Author: siveton):
    fixed in [r683987|http://svn.apache.org/viewvc?rev=683987&view=rev
  
> PluginDescriptorGenerator doesn't write deprecated tag for a mojo
> -----------------------------------------------------------------
>
>                 Key: MPLUGIN-130
>                 URL: http://jira.codehaus.org/browse/MPLUGIN-130
>             Project: Maven 2.x Plugin Tools
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 2.4.2
>            Reporter: Vincent Siveton
>            Assignee: Vincent Siveton
>            Priority: Critical
>             Fix For: 2.4.3
>
>
> Suppose the following mojo:
> {noformat}
> /**
>  * @goal blabla
>  * @deprecated blabla
>  */
> public class MyMojo
>     extends AbstractMojo
> {
> }
> {noformat}
> The generated plugin.xml doesn't include deprecated tag like the API supports:
> http://maven.apache.org/ref/2.0.9/maven-plugin-descriptor/apidocs/org/apache/maven/plugin/descriptor/MojoDescriptor.html#getDeprecated()
> BTW deprecated parameters are written.

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