clarify scope of annotations for plugin execution

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1372610 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-08-13 20:57:58 +00:00
parent 74f2a09f0d
commit 61834d0374
1 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,9 @@ Using Plugin Tools Java5 Annotations
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${project.version}</version>
<!-- annotations are not needed for plugin execution so you can remove this dependency
for execution with using provided scope -->
<scope>provided</scope>
</dependency>
<!-- generated help mojo has a dependency to plexus-utils -->
<dependency>