Description
Suppose the following mojo:
/** * @goal blabla * @deprecated blabla */ public class MyMojo extends AbstractMojo { }
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.