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-ffa450edef68master
parent
74f2a09f0d
commit
61834d0374
|
|
@ -46,6 +46,9 @@ 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>
|
||||||
|
<!-- annotations are not needed for plugin execution so you can remove this dependency
|
||||||
|
for execution with using provided scope -->
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- generated help mojo has a dependency to plexus-utils -->
|
<!-- generated help mojo has a dependency to plexus-utils -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue