From 34b7bb20fdc5e097390ca415fa85a5ffe7618a26 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 2 May 2014 23:03:31 +0100 Subject: [PATCH] Add maven implicit plugin group ID Add previously implicit org.apache.maven.plugins to plugin declarations. --- pom.xml | 3 +++ spring-boot-cli/pom.xml | 4 ++++ spring-boot-dependencies/pom.xml | 18 ++++++++++++++++++ spring-boot-docs/pom.xml | 1 + spring-boot-integration-tests/pom.xml | 1 + spring-boot-parent/pom.xml | 13 +++++++++++++ spring-boot-samples/pom.xml | 2 ++ .../spring-boot-starter-parent/pom.xml | 4 ++++ .../spring-boot-dependency-tools/pom.xml | 1 + .../spring-boot-gradle-plugin/pom.xml | 1 + .../spring-boot-loader-tools/pom.xml | 1 + spring-boot-tools/spring-boot-loader/pom.xml | 1 + .../spring-boot-maven-plugin/pom.xml | 1 + 13 files changed, 51 insertions(+) diff --git a/pom.xml b/pom.xml index 8b9ac65e93..d841ab067f 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,7 @@ + org.apache.maven.plugins maven-antrun-plugin 1.7 @@ -97,6 +98,7 @@ + org.apache.maven.plugins maven-antrun-plugin @@ -202,6 +204,7 @@ + org.apache.maven.plugins maven-surefire-plugin true diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index d879bc74db..ad1f21a107 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -132,9 +132,11 @@ + org.apache.maven.plugins maven-failsafe-plugin + org.apache.maven.plugins maven-surefire-plugin @@ -183,6 +185,7 @@ + org.apache.maven.plugins maven-assembly-plugin @@ -222,6 +225,7 @@ + org.apache.maven.plugins maven-antrun-plugin diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index dd80637858..bdb0adb51c 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -718,74 +718,92 @@ + org.apache.maven.plugins maven-antrun-plugin 1.7 + org.apache.maven.plugins maven-assembly-plugin 2.4 + org.apache.maven.plugins maven-clean-plugin 2.5 + org.apache.maven.plugins maven-compiler-plugin 3.1 + org.apache.maven.plugins maven-deploy-plugin 2.8.1 + org.apache.maven.plugins maven-dependency-plugin 2.8 + org.apache.maven.plugins maven-eclipse-plugin 2.9 + org.apache.maven.plugins maven-failsafe-plugin 2.16 + org.apache.maven.plugins maven-install-plugin 2.5.1 + org.apache.maven.plugins maven-help-plugin 2.2 + org.apache.maven.plugins maven-jar-plugin 2.4 + org.apache.maven.plugins maven-javadoc-plugin 2.9.1 + org.apache.maven.plugins maven-resources-plugin 2.6 + org.apache.maven.plugins maven-shade-plugin 2.2 + org.apache.maven.plugins maven-site-plugin 3.3 + org.apache.maven.plugins maven-source-plugin 2.2.1 + org.apache.maven.plugins maven-surefire-plugin 2.16 + org.apache.maven.plugins maven-war-plugin 2.4 diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 5ddb355930..9c9f222503 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -51,6 +51,7 @@ + org.apache.maven.plugins maven-javadoc-plugin diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 2d132dca18..2ca327be8b 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -30,6 +30,7 @@ + org.apache.maven.plugins maven-invoker-plugin src/it/settings.xml diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 8165fa3cad..d1ecb8f34d 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -230,14 +230,17 @@ + org.apache.maven.plugins maven-invoker-plugin 1.8 + org.apache.maven.plugins maven-enforcer-plugin 1.3.1 + org.apache.maven.plugins maven-failsafe-plugin @@ -323,6 +326,7 @@ + org.apache.maven.plugins maven-compiler-plugin ${java.version} @@ -330,6 +334,7 @@ + org.apache.maven.plugins maven-eclipse-plugin false @@ -346,6 +351,7 @@ + org.apache.maven.plugins maven-enforcer-plugin @@ -364,6 +370,7 @@ + org.apache.maven.plugins maven-jar-plugin @@ -375,6 +382,7 @@ + org.apache.maven.plugins maven-surefire-plugin @@ -391,6 +399,7 @@ + org.apache.maven.plugins maven-war-plugin false @@ -446,6 +455,7 @@ + org.apache.maven.plugins maven-javadoc-plugin @@ -458,6 +468,7 @@ + org.apache.maven.plugins maven-source-plugin @@ -547,6 +558,7 @@ + org.apache.maven.plugins maven-enforcer-plugin @@ -575,6 +587,7 @@ + org.apache.maven.plugins maven-enforcer-plugin diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 1db66ee633..b44e8ca3af 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -57,6 +57,7 @@ + org.apache.maven.plugins maven-eclipse-plugin false @@ -73,6 +74,7 @@ + org.apache.maven.plugins maven-surefire-plugin diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index a18cfc637a..d4c445c374 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -201,6 +201,7 @@ + org.apache.maven.plugins maven-compiler-plugin 3.1 @@ -209,6 +210,7 @@ + org.apache.maven.plugins maven-jar-plugin @@ -219,6 +221,7 @@ + org.apache.maven.plugins maven-surefire-plugin 2.15 @@ -232,6 +235,7 @@ + org.apache.maven.plugins maven-war-plugin false diff --git a/spring-boot-tools/spring-boot-dependency-tools/pom.xml b/spring-boot-tools/spring-boot-dependency-tools/pom.xml index 0a307f41ff..077ca03099 100644 --- a/spring-boot-tools/spring-boot-dependency-tools/pom.xml +++ b/spring-boot-tools/spring-boot-dependency-tools/pom.xml @@ -44,6 +44,7 @@ + org.apache.maven.plugins maven-help-plugin diff --git a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 78920acf5c..76c844c6f8 100644 --- a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -60,6 +60,7 @@ src/main/groovy + org.apache.maven.plugins maven-compiler-plugin groovy-eclipse-compiler diff --git a/spring-boot-tools/spring-boot-loader-tools/pom.xml b/spring-boot-tools/spring-boot-loader-tools/pom.xml index 5a1cc7a6bf..6bef6a57a0 100644 --- a/spring-boot-tools/spring-boot-loader-tools/pom.xml +++ b/spring-boot-tools/spring-boot-loader-tools/pom.xml @@ -109,6 +109,7 @@ + org.apache.maven.plugins maven-jar-plugin diff --git a/spring-boot-tools/spring-boot-loader/pom.xml b/spring-boot-tools/spring-boot-loader/pom.xml index 1e78670b10..64886170fd 100644 --- a/spring-boot-tools/spring-boot-loader/pom.xml +++ b/spring-boot-tools/spring-boot-loader/pom.xml @@ -47,6 +47,7 @@ + org.apache.maven.plugins maven-invoker-plugin ${project.build.directory}/it diff --git a/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-tools/spring-boot-maven-plugin/pom.xml index 9af7addf4c..a085498b0d 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/pom.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/pom.xml @@ -27,6 +27,7 @@ + org.apache.maven.plugins maven-invoker-plugin ${project.build.directory}/it