only scope compile is needed for annotations

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1367470 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-07-31 09:03:18 +00:00
parent 3a046c33e2
commit b7cd9996e8
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ Using Plugin Tools Java5 Annotations
<groupId>org.apache.maven.plugin-tools</groupId> <groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId> <artifactId>maven-plugin-annotations</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<scope>compile</scope>
</dependency> </dependency>
<!-- generated help mojo has a dependency to plexus-utils --> <!-- generated help mojo has a dependency to plexus-utils -->
<dependency> <dependency>