diff --git a/maven-core-integration-tests/src/test/resources/it0031/pom.xml b/maven-core-integration-tests/src/test/resources/it0031/pom.xml new file mode 100644 index 0000000000..6ce9e22339 --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0031/pom.xml @@ -0,0 +1,22 @@ + + 4.0.0 + org.apache.maven + maven-it0031 + Test usage of plugins.xml mapping file on the repository to resolve + plugin artifactId from it's prefix using the pluginGroups in + the provided settings.xml. + 1.0-SNAPSHOT + + + + + org.apache.maven.plugins + maven-core-it-plugin + 1.0 + + ${test} + + + + + diff --git a/maven-core-integration-tests/src/test/resources/it0031/settings.xml b/maven-core-integration-tests/src/test/resources/it0031/settings.xml new file mode 100644 index 0000000000..002e21129c --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0031/settings.xml @@ -0,0 +1,19 @@ + + + org.codehaus.modello + + + + test + Test Mirror of ibiblio.org + http://test.maven.codehaus.org/maven2 + central + + + test-plugins + Test Mirror of ibiblio.org Plugin Repository + http://test.maven.codehaus.org/maven2/plugins + central-plugins + + + diff --git a/maven-core-integration-tests/src/test/resources/it0031/src/main/mdo/test.mdo b/maven-core-integration-tests/src/test/resources/it0031/src/main/mdo/test.mdo new file mode 100644 index 0000000000..b257051457 --- /dev/null +++ b/maven-core-integration-tests/src/test/resources/it0031/src/main/mdo/test.mdo @@ -0,0 +1,20 @@ + + lifecycle-mappings + LifecycleMappings + + + + package + org.apache.maven.it.it0031 + + + + + Root + 1.0.0 + Root element of the test model. + + + \ No newline at end of file