You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/05/21 10:11:59 UTC

svn commit: r1744886 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm

Author: khmarbaise
Date: Sat May 21 10:11:58 2016
New Revision: 1744886

URL: http://svn.apache.org/viewvc?rev=1744886&view=rev
Log:
[MPLUGIN-301] Text improvement.

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm?rev=1744886&r1=1744885&r2=1744886&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm Sat May 21 10:11:58 2016
@@ -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,