Author: olamy Date: Wed Aug 1 17:06:11 2012 New Revision: 1368126 URL: http://svn.apache.org/viewvc?rev=1368126&view=rev Log: annotations are not needed for plugin execution so mark dependency as provided
Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1368126&r1=1368125&r2=1368126&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Wed Aug 1 17:06:11 2012 @@ -191,7 +191,7 @@ under the License. <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>${mavenPluginPluginVersion}</version> - <scope>compile</scope> + <scope>provided</scope> </dependency> <!-- test -->