From 51640e48fd32a1d4252d4a852bbd342780840717 Mon Sep 17 00:00:00 2001 From: Kristian Rosenvold Date: Sun, 21 Jun 2015 15:08:06 +0200 Subject: [PATCH] Added a group 7 to resolve core apis which need to be present in the repository --- .../test/resources/bootstrap/group-7/pom.xml | 57 +++++++++++++++++++ .../src/test/resources/bootstrap/pom.xml | 1 + .../plugin/pom.xml | 10 +++- 3 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 its/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml diff --git a/its/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml b/its/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml new file mode 100644 index 0000000000..ab18bf38e7 --- /dev/null +++ b/its/core-it-suite/src/test/resources/bootstrap/group-7/pom.xml @@ -0,0 +1,57 @@ + + + + + + 4.0.0 + + + org.apache.maven.its.bootstrap + maven-it-boostrap + 1.0 + + + org.apache.maven.its.bootstrap + group-7 + 1.0 + jar + + Maven Integration Test :: Boostrap :: Group-7 + + + + + + + + + + org.apache.maven + maven-plugin-api + 2.0 + + + org.apache.maven + maven-plugin-registry + 2.0 + + + + diff --git a/its/core-it-suite/src/test/resources/bootstrap/pom.xml b/its/core-it-suite/src/test/resources/bootstrap/pom.xml index e0edb9a4e3..358b93168a 100644 --- a/its/core-it-suite/src/test/resources/bootstrap/pom.xml +++ b/its/core-it-suite/src/test/resources/bootstrap/pom.xml @@ -43,6 +43,7 @@ under the License. group-4 group-5 group-6 + group-7 diff --git a/its/core-it-suite/src/test/resources/mng-5805-pkg-type-mojo-configuration/plugin/pom.xml b/its/core-it-suite/src/test/resources/mng-5805-pkg-type-mojo-configuration/plugin/pom.xml index bb27d5767a..579bce3987 100644 --- a/its/core-it-suite/src/test/resources/mng-5805-pkg-type-mojo-configuration/plugin/pom.xml +++ b/its/core-it-suite/src/test/resources/mng-5805-pkg-type-mojo-configuration/plugin/pom.xml @@ -28,23 +28,27 @@ under the License. 0.1 maven-plugin + + 2.0 + + org.apache.maven maven-plugin-api - ${maven.version} + ${maven-version} provided org.apache.maven maven-model - ${maven.version} + ${maven-version} provided org.apache.maven maven-core - ${maven.version} + ${maven-version} provided