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 2014/05/15 23:35:46 UTC

svn commit: r1595059 - /maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm

Author: hboutemy
Date: Thu May 15 21:35:46 2014
New Revision: 1595059

URL: http://svn.apache.org/r1595059
Log:
[MPLUGIN-238] improved Usage documentation

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

Modified: maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm?rev=1595059&r1=1595058&r2=1595059&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm (original)
+++ maven/plugin-tools/trunk/maven-plugin-annotations/src/site/apt/index.apt.vm Thu May 15 21:35:46 2014
@@ -33,17 +33,6 @@ About ${project.name}
 * Usage
 
   To be able to {{{../maven-plugin-tools-annotations/index.html}use Maven Plugin Tools Java 5 Annotations}},
-  add this artifact to your project dependencies in <<<pom.xml>>>:
-
-+--------+
-<project>
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.plugin-tools</groupId>
-      <artifactId>maven-plugin-annotations</artifactId>
-      <version>${project.version}</version>
-      <scope>provided</scope>
-    </dependency>
-  </dependencies>
-</project>
-+--------+
+  some configuration has to be done in <<<pom.xml>>>: see
+  {{{../maven-plugin-plugin/examples/using-annotations.html#POM_configuration} Using Plugin Tools Java5 Annotations}}
+  example in {{{../maven-plugin-plugin} <<<maven-plugin-plugin>>>}} documentation.