You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/11/29 14:14:33 UTC

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

Author: andham
Date: Thu Nov 29 13:14:32 2012
New Revision: 1415152

URL: http://svn.apache.org/viewvc?rev=1415152&view=rev
Log:
[MPLUGIN-235] Doc example incorrectly states that plexus-utils is needed as a dependency

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=1415152&r1=1415151&r2=1415152&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 Thu Nov 29 13:14:32 2012
@@ -52,12 +52,6 @@ Using Plugin Tools Java5 Annotations
            for execution with using provided scope -->
       <scope>provided</scope>
     </dependency>
-    <!-- generated help mojo has a dependency to plexus-utils -->
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>3.0.1</version>
-    </dependency>
   </dependencies>
   ...
   <build>