Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

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 4836033 commit 47ee8d9
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 35 deletions.
2 changes: 1 addition & 1 deletion maven-acr-plugin/pom.xml
Expand Up @@ -87,7 +87,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>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-ant-plugin/pom.xml
Expand Up @@ -91,7 +91,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-antrun-plugin/pom.xml
Expand Up @@ -75,7 +75,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-assembly-plugin/pom.xml
Expand Up @@ -94,7 +94,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>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-changelog-plugin/pom.xml
Expand Up @@ -162,7 +162,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>

<!-- shared -->
Expand Down
1 change: 1 addition & 0 deletions maven-changes-plugin/pom.xml
Expand Up @@ -104,6 +104,7 @@ under the License.
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${mavenPluginPluginVersion}</version>
<scope>provided</scope>
</dependency>

<!-- shared -->
Expand Down
1 change: 1 addition & 0 deletions maven-checkstyle-plugin/pom.xml
Expand Up @@ -91,6 +91,7 @@ under the License.
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.1</version>
<scope>provided</scope>
</dependency>

<!-- shared -->
Expand Down
2 changes: 1 addition & 1 deletion maven-clean-plugin/pom.xml
Expand Up @@ -75,7 +75,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 -->
Expand Down
2 changes: 1 addition & 1 deletion maven-compiler-plugin/pom.xml
Expand Up @@ -62,7 +62,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>
<!-- Maven -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-deploy-plugin/pom.xml
Expand Up @@ -82,7 +82,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
1 change: 1 addition & 0 deletions maven-doap-plugin/pom.xml
Expand Up @@ -72,6 +72,7 @@ under the License.
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${mavenPluginVersion}</version>
<scope>provided</scope>
</dependency>

<!-- scm -->
Expand Down
2 changes: 1 addition & 1 deletion maven-docck-plugin/pom.xml
Expand Up @@ -85,7 +85,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>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-ear-plugin/pom.xml
Expand Up @@ -89,7 +89,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-ejb-plugin/pom.xml
Expand Up @@ -88,7 +88,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>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-gpg-plugin/pom.xml
Expand Up @@ -86,7 +86,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-help-plugin/pom.xml
Expand Up @@ -124,7 +124,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
2 changes: 1 addition & 1 deletion maven-install-plugin/pom.xml
Expand Up @@ -88,7 +88,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>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-invoker-plugin/pom.xml
Expand Up @@ -112,7 +112,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>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-jar-plugin/pom.xml
Expand Up @@ -101,7 +101,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-jarsigner-plugin/pom.xml
Expand Up @@ -81,7 +81,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-javadoc-plugin/pom.xml
Expand Up @@ -111,7 +111,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>

<!-- shared -->
Expand Down
2 changes: 1 addition & 1 deletion maven-linkcheck-plugin/pom.xml
Expand Up @@ -88,7 +88,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>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-patch-plugin/pom.xml
Expand Up @@ -66,7 +66,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
2 changes: 1 addition & 1 deletion maven-pdf-plugin/pom.xml
Expand Up @@ -111,7 +111,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>
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-pmd-plugin/pom.xml
Expand Up @@ -93,7 +93,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>

<!-- shared -->
Expand Down
2 changes: 1 addition & 1 deletion maven-project-info-reports-plugin/pom.xml
Expand Up @@ -160,7 +160,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>

<!-- Wagon -->
Expand Down
2 changes: 1 addition & 1 deletion maven-rar-plugin/pom.xml
Expand Up @@ -76,7 +76,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-reactor-plugin/pom.xml
Expand Up @@ -78,7 +78,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>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-remote-resources-plugin/pom.xml
Expand Up @@ -104,7 +104,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>

<!-- maven shared -->
Expand Down
2 changes: 1 addition & 1 deletion maven-repository-plugin/pom.xml
Expand Up @@ -106,7 +106,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>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-resources-plugin/pom.xml
Expand Up @@ -117,7 +117,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>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-shade-plugin/pom.xml
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
2 changes: 1 addition & 1 deletion maven-site-plugin/pom.xml
Expand Up @@ -259,7 +259,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>

<!-- Doxia -->
Expand Down
2 changes: 1 addition & 1 deletion maven-source-plugin/pom.xml
Expand Up @@ -92,7 +92,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>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-stage-plugin/pom.xml
Expand Up @@ -83,7 +83,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>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-toolchains-plugin/pom.xml
Expand Up @@ -69,7 +69,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>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-verifier-plugin/pom.xml
Expand Up @@ -67,7 +67,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>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-war-plugin/pom.xml
Expand Up @@ -108,7 +108,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>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 47ee8d9

Please sign in to comment.