From 8f2a452eb8a6b050baf04155672e59fe2eb2c1ed Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Thu, 10 Jul 2008 01:29:53 +0000 Subject: [PATCH] adding snapshot repositories so we can resolve the it plugins. git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@675401 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/resources/it0073/pom.xml | 18 ++++++++++++++++++ .../src/test/resources/it0086/pom.xml | 18 ++++++++++++++++++ .../src/test/resources/it0087/pom.xml | 18 ++++++++++++++++++ .../src/test/resources/it0088/pom.xml | 18 ++++++++++++++++++ .../src/test/resources/it0090/pom.xml | 18 ++++++++++++++++++ .../src/test/resources/it0104/pom.xml | 18 ++++++++++++++++++ .../src/test/resources/it0107/pom.xml | 18 ++++++++++++++++++ 7 files changed, 126 insertions(+) diff --git a/its/core-integration-tests/src/test/resources/it0073/pom.xml b/its/core-integration-tests/src/test/resources/it0073/pom.xml index d2e97e905c..40226394b3 100644 --- a/its/core-integration-tests/src/test/resources/it0073/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0073/pom.xml @@ -5,6 +5,24 @@ maven-it-it0073 Tests context passing between mojos in the same plugin. 1.0-SNAPSHOT + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + diff --git a/its/core-integration-tests/src/test/resources/it0086/pom.xml b/its/core-integration-tests/src/test/resources/it0086/pom.xml index 2dfdda8391..84001de6a9 100644 --- a/its/core-integration-tests/src/test/resources/it0086/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0086/pom.xml @@ -5,6 +5,24 @@ 1.0 maven-it-it0086 Verify that a plugin dependency class can be loaded from both the plugin classloader and the context classloader available to the plugin. + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + diff --git a/its/core-integration-tests/src/test/resources/it0087/pom.xml b/its/core-integration-tests/src/test/resources/it0087/pom.xml index bdf564c15b..a29edf1334 100644 --- a/its/core-integration-tests/src/test/resources/it0087/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0087/pom.xml @@ -8,6 +8,24 @@ Verify that a project-level plugin dependency class can be loaded from both the plugin classloader and the context classloader available to the plugin. + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + diff --git a/its/core-integration-tests/src/test/resources/it0088/pom.xml b/its/core-integration-tests/src/test/resources/it0088/pom.xml index 38f06070b4..8010aa05e8 100644 --- a/its/core-integration-tests/src/test/resources/it0088/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0088/pom.xml @@ -5,6 +5,24 @@ maven-it-it0088 Test path translation. 1.0 + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + junit diff --git a/its/core-integration-tests/src/test/resources/it0090/pom.xml b/its/core-integration-tests/src/test/resources/it0090/pom.xml index ad8e24b9db..553ad261f8 100644 --- a/its/core-integration-tests/src/test/resources/it0090/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0090/pom.xml @@ -6,6 +6,24 @@ Test that ensures that envars are interpolated correctly into plugin configurations. 1.0 + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + junit diff --git a/its/core-integration-tests/src/test/resources/it0104/pom.xml b/its/core-integration-tests/src/test/resources/it0104/pom.xml index 64e2a0d20a..1a3d190fb0 100644 --- a/its/core-integration-tests/src/test/resources/it0104/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0104/pom.xml @@ -13,6 +13,24 @@ jar 1.0-SNAPSHOT http://maven.apache.org + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + junit diff --git a/its/core-integration-tests/src/test/resources/it0107/pom.xml b/its/core-integration-tests/src/test/resources/it0107/pom.xml index bf2a03866e..d8b4a032fe 100644 --- a/its/core-integration-tests/src/test/resources/it0107/pom.xml +++ b/its/core-integration-tests/src/test/resources/it0107/pom.xml @@ -7,6 +7,24 @@ expected [MNG-2293] pom 3.8.1 + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + + + + test-plugins + http://people.apache.org/repo/m2-snapshot-repository/ + false + true + + +