[MPLUGIN-301] Text improvement.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1744886 13f79535-47bb-0310-9956-ffa450edef68
master
Karl Heinz Marbaise 2016-05-21 10:11:58 +00:00
parent 8fd7093a5c
commit 250f72677d
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
Using Plugin Tools Java5 Annotations
Since version 3.0, you can use Java5 annotations to generate the plugin descriptor file.
Since version 3.0 of the maven-plugin-plugin, you can use Java5 annotations to generate the
plugin descriptor file.
<<NOTE>> With annotations, your Mojo super class does not any more require to be in the same project. Provided that the super class also uses annotations, it
can now come from reactor projects or external dependencies. As javadoc doclet are still useful for <<<@since>>>, <<<@deprecated>>> and comments,