added link to Annotations section

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338440 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-14 21:35:34 +00:00
parent 4abefe4080
commit 60c3654f4d
1 changed files with 2 additions and 2 deletions

View File

@ -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>