Skip to content

Commit

Permalink
annotations are not needed for plugin execution so mark dependency as…
Browse files Browse the repository at this point in the history
… provided

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1368127 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
olamy committed Aug 1, 2012
1 parent 1ced962 commit 1674cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ under the License.
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${mavenPluginVersion}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

<!-- Plexus -->
Expand Down

0 comments on commit 1674cb0

Please sign in to comment.