[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-ffa450edef68master
parent
411ab0bb48
commit
3bc4d86dba
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue