[MPLUGIN-235] Doc example incorrectly states that plexus-utils is needed as a dependency

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1415152 13f79535-47bb-0310-9956-ffa450edef68
master
Anders Hammar 2012-11-29 13:14:32 +00:00
parent 411ab0bb48
commit 3bc4d86dba
1 changed files with 0 additions and 6 deletions

View File

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