Author: hboutemy Date: Thu Aug 2 21:57:02 2012 New Revision: 1368720 URL: http://svn.apache.org/viewvc?rev=1368720&view=rev Log: added provided scope for annotations
Modified: maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml Modified: maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml?rev=1368720&r1=1368719&r2=1368720&view=diff ============================================================================== --- maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml (original) +++ maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml Thu Aug 2 21:57:02 2012 @@ -24,6 +24,7 @@ <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.1</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>