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

        

Reply via email to