You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/07/12 18:32:12 UTC

svn commit: r1360782 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

Author: olamy
Date: Thu Jul 12 16:32:12 2012
New Revision: 1360782

URL: http://svn.apache.org/viewvc?rev=1360782&view=rev
Log:
plugin annotations must be compile scope

Modified:
    maven/plugins/trunk/maven-jar-plugin/pom.xml

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=1360782&r1=1360781&r2=1360782&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Thu Jul 12 16:32:12 2012
@@ -101,6 +101,7 @@ under the License.
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
       <version>${mavenPluginPluginVersion}</version>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>