added link to Annotations section
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1338440 13f79535-47bb-0310-9956-ffa450edef68master
parent
4abefe4080
commit
60c3654f4d
|
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
Using Java5 annotations
|
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
|
* Pom configuration
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@ Using Java5 annotations
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- help generation need a dependency to plexus-utils -->
|
<!-- generated help mojo has a dependency to plexus-utils -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus-utils</artifactId>
|
<artifactId>plexus-utils</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue