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/07 12:43:27 UTC

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

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: Java Plugins
    Affects Versions: 2.4.2
            Reporter: Vincent Siveton
            Priority: Critical


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

        

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

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPLUGIN-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton updated MPLUGIN-130:
------------------------------------

    Component/s:     (was: Java Plugins)
                 API

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

        

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

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPLUGIN-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton closed MPLUGIN-130.
-----------------------------------

         Assignee: Vincent Siveton
       Resolution: Fixed
    Fix Version/s: 2.4.3

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

        

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

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ 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