You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/02 23:57:02 UTC

svn commit: r1368720 - /maven/archetypes/trunk/maven-archetype-plugin/src/main/resources/archetype-resources/pom.xml

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>