You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/14 23:35:34 UTC

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

Author: hboutemy
Date: Mon May 14 21:35:34 2012
New Revision: 1338440

URL: http://svn.apache.org/viewvc?rev=1338440&view=rev
Log:
added link to Annotations section

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=1338440&r1=1338439&r2=1338440&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 Mon May 14 21:35:34 2012
@@ -28,7 +28,7 @@
 
 Using Java5 annotations
 
- Since version 3.0, you can use Java5 annotations to generate the plugin descriptor file.
+ Since version 3.0, you can use {{{#Annotations}Java5 annotations}} to generate the plugin descriptor file.
 
 * Pom configuration
 
@@ -43,7 +43,7 @@ Using Java5 annotations
       <version>${project.version}</version>
       <scope>compile</scope>
     </dependency>
-    <!-- help generation need a dependency to plexus-utils -->
+    <!-- generated help mojo has a dependency to plexus-utils -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>