You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/19 09:10:41 UTC

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

Author: olamy
Date: Sat May 19 07:10:41 2012
New Revision: 1340363

URL: http://svn.apache.org/viewvc?rev=1340363&view=rev
Log:
add note on super classes when using annotations

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=1340363&r1=1340362&r2=1340363&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 19 07:10:41 2012
@@ -30,6 +30,9 @@ Using Java5 annotations
 
  Since version 3.0, you can use {{{#Annotations}Java5 annotations}} to generate the plugin descriptor file.
 
+ <<NOTE>> With annotations, it's not anymore mandatory to have your Mojos super classes in the same project. Super classe
+ can now come from reactor projects or external dependencies.
+
 * Pom configuration
 
 +-----+