From a83f1c9178f736c0500ed7885e3adc9430679da1 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sun, 10 Jul 2011 20:40:09 +0000 Subject: [PATCH] simplified ITs names for site rendering git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144956 13f79535-47bb-0310-9956-ffa450edef68 --- its/core-it-support/core-it-component/pom.xml | 2 +- its/core-it-support/core-it-extension/pom.xml | 2 +- .../maven-it-plugin-active-collection/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-all/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-ant-based/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-artifact/pom.xml | 2 +- .../maven-it-plugin-class-loader/dep-a/pom.xml | 4 ++-- .../maven-it-plugin-class-loader/dep-b/pom.xml | 4 ++-- .../maven-it-plugin-class-loader/dep-c/pom.xml | 4 ++-- .../maven-it-plugin-class-loader/pom.xml | 4 ++-- .../core-it-plugins/maven-it-plugin-class-loader/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-configuration/pom.xml | 2 +- .../maven-it-plugin-context-passing/pom.xml | 2 +- .../maven-it-plugin-core-stubs/maven-clean-plugin/pom.xml | 4 ++-- .../maven-compiler-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-deploy-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-ear-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-ejb-plugin/pom.xml | 4 ++-- .../maven-install-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-jar-plugin/pom.xml | 4 ++-- .../maven-javadoc-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-plugin-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-rar-plugin/pom.xml | 4 ++-- .../maven-resources-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-site-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-source-plugin/pom.xml | 4 ++-- .../maven-surefire-plugin/pom.xml | 4 ++-- .../maven-it-plugin-core-stubs/maven-war-plugin/pom.xml | 4 ++-- .../core-it-plugins/maven-it-plugin-core-stubs/pom.xml | 2 +- .../maven-it-plugin-dependency-collection/pom.xml | 2 +- .../maven-it-plugin-dependency-resolution/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-error/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-expression/pom.xml | 2 +- .../maven-it-plugin-extension-consumer/pom.xml | 2 +- .../maven-it-plugin-extension-provider/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-extension1/pom.xml | 7 +++++-- .../core-it-plugins/maven-it-plugin-extension2/pom.xml | 4 ++++ .../core-it-plugins/maven-it-plugin-fork/pom.xml | 2 +- .../maven-it-plugin-invalid-descriptor/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-log-file/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-log4j/pom.xml | 2 +- .../maven-it-plugin-no-default-comp/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-no-project/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-online/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-optional-mojos/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-packaging/pom.xml | 2 +- .../maven-it-plugin-parameter-implementation/pom.xml | 2 +- .../maven-it-plugin-plexus-component-api/pom.xml | 4 ++-- .../maven-it-plugin-plexus-utils-11/pom.xml | 4 ++-- .../maven-it-plugin-plexus-utils-new/pom.xml | 4 ++-- .../maven-it-plugin-plugin-dependency/pom.xml | 2 +- .../maven-it-plugin-project-interpolation/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-project/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-setter/pom.xml | 2 +- .../maven-it-plugin-singleton-component/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-site/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-toolchain/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-touch/pom.xml | 2 +- .../maven-it-plugin-uses-properties/pom.xml | 2 +- .../core-it-plugins/maven-it-plugin-uses-wagon/pom.xml | 2 +- its/core-it-support/core-it-plugins/pom.xml | 2 +- its/core-it-support/core-it-support-artifacts/pom.xml | 2 +- its/core-it-support/core-it-toolchain/pom.xml | 2 +- its/core-it-support/core-it-wagon/pom.xml | 2 +- its/core-it-support/maven-it-helper/pom.xml | 2 +- its/core-it-support/maven-it-sample-archetype/pom.xml | 2 +- its/core-it-support/maven-it-sample/pom.xml | 2 +- its/core-it-support/pom.xml | 2 +- 68 files changed, 97 insertions(+), 90 deletions(-) diff --git a/its/core-it-support/core-it-component/pom.xml b/its/core-it-support/core-it-component/pom.xml index fcb2f9ac30..05bd448222 100644 --- a/its/core-it-support/core-it-component/pom.xml +++ b/its/core-it-support/core-it-component/pom.xml @@ -30,5 +30,5 @@ under the License. core-it-component - Maven Integration Test Component + Maven IT Component diff --git a/its/core-it-support/core-it-extension/pom.xml b/its/core-it-support/core-it-extension/pom.xml index 038f6ee11a..87a7acc237 100644 --- a/its/core-it-support/core-it-extension/pom.xml +++ b/its/core-it-support/core-it-extension/pom.xml @@ -30,7 +30,7 @@ under the License. core-it-extension - Maven Integration Test Extension + Maven IT Extension diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-active-collection/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-active-collection/pom.xml index 1d1c43f91c..3a636f6c9f 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-active-collection/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-active-collection/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-active-collection maven-plugin - Maven Integration Test Plugin :: Active Collection + Maven IT Plugin :: Active Collection A test plugin that depends on active collections of core components. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-all/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-all/pom.xml index 310a9c6810..6e764ff516 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-all/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-all/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-all maven-plugin - Maven Integration Test Plugin :: This plugin should contain the mojos needed by all tests. + Maven IT Plugin :: This plugin should contain the mojos needed by all tests. 2007 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml index 636de3fab7..3248207a16 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-ant-based/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-ant-based maven-plugin - Maven Integration Test Plugin :: Ant-Based + Maven IT Plugin :: Ant-Based A test plugin whose mojos are implemented via Ant scripts. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-artifact/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-artifact/pom.xml index 731d72ac68..c4741e0451 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-artifact/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-artifact/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-artifact maven-plugin - Maven Integration Test Plugin :: Artifact + Maven IT Plugin :: Artifact A test plugin that manages the build artifacts of a project. More precisely, it can set the main artifact's file, attach artifacts and install/deploy them to the repos. As such, it is the simplified essence of a bunch of diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml index 2aa5fd9e23..665ca5cad9 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-a/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugins org.apache.maven.its.plugins + maven-it-plugins 2.1-SNAPSHOT ../../pom.xml @@ -33,7 +33,7 @@ under the License. dep-a jar - Maven Integration Test Plugin :: Class Loader :: Dependency A + Maven IT Plugin :: Class Loader :: Dependency A A test dependency for the test plugin. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml index f281660f8d..73434b74bb 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-b/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugins org.apache.maven.its.plugins + maven-it-plugins 2.1-SNAPSHOT ../../pom.xml @@ -33,7 +33,7 @@ under the License. dep-b jar - Maven Integration Test Plugin :: Class Loader :: Dependency B + Maven IT Plugin :: Class Loader :: Dependency B A test dependency for the test plugin. This artifact has a dependency by itself to test transitive dependency resolution. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-c/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-c/pom.xml index e3686251d9..4ad544b91a 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-c/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/dep-c/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugins org.apache.maven.its.plugins + maven-it-plugins 2.1-SNAPSHOT ../../pom.xml @@ -33,7 +33,7 @@ under the License. dep-c jar - Maven Integration Test Plugin :: Class Loader :: Dependency C + Maven IT Plugin :: Class Loader :: Dependency C A test dependency for the test plugin. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml index d6a2903734..7f01f6fe23 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/maven-it-plugin-class-loader/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugins org.apache.maven.its.plugins + maven-it-plugins 2.1-SNAPSHOT ../../pom.xml @@ -32,7 +32,7 @@ under the License. maven-it-plugin-class-loader maven-plugin - Maven Integration Test Plugin :: Class Loader + Maven IT Plugin :: Class Loader A test plugin that tries to load classes and/or resources via the plugin class loader or the thread's context class loader. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/pom.xml index 4e95e8a727..4c75a0ceff 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-class-loader/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-class-loader-aggregator pom - Maven Integration Test Plugin :: Class Loader :: Aggregator + Maven IT Plugin :: Class Loader :: Aggregator scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-configuration/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-configuration/pom.xml index 798f98a8b0..feeaa63339 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-configuration/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-configuration/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-configuration maven-plugin - Maven Integration Test Plugin :: Configuration + Maven IT Plugin :: Configuration A plugin that allows any configuration in the form of a DOM which allows inspection after configuration processing inside Maven's core. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-context-passing/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-context-passing/pom.xml index 6fadb927e2..d42e92d0df 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-context-passing/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-context-passing/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-context-passing maven-plugin - Maven Integration Test Plugin :: Context Passing + Maven IT Plugin :: Context Passing 2006 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-clean-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-clean-plugin/pom.xml index c0a64dd429..fabe78e302 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-clean-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-clean-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Clean Plugin Stub + Maven IT Clean Plugin Stub A test plugin that has the same coordinates and goals as the Maven Clean Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-compiler-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-compiler-plugin/pom.xml index d1d3073bd3..554e5e6776 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-compiler-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-compiler-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Compiler Plugin Stub + Maven IT Compiler Plugin Stub A test plugin that has the same coordinates and goals as the Maven Compiler Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-deploy-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-deploy-plugin/pom.xml index ae5601da18..171af3d3f0 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-deploy-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-deploy-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Deploy Plugin Stub + Maven IT Deploy Plugin Stub A test plugin that has the same coordinates and goals as the Maven Deploy Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-ear-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-ear-plugin/pom.xml index 932064a184..9a140f3fe4 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-ear-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-ear-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven EAR Plugin Stub + Maven IT EAR Plugin Stub A test plugin that has the same coordinates and goals as the Maven EAR Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-ejb-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-ejb-plugin/pom.xml index b70001a93d..6a8d11842f 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-ejb-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-ejb-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven EJB Plugin Stub + Maven IT EJB Plugin Stub A test plugin that has the same coordinates and goals as the Maven EJB Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-install-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-install-plugin/pom.xml index 9dcaa44101..1ea7d6e00d 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-install-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-install-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Install Plugin Stub + Maven IT Install Plugin Stub A test plugin that has the same coordinates and goals as the Maven Install Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-jar-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-jar-plugin/pom.xml index f20fb4ee5b..ba9cfcbace 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-jar-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-jar-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven JAR Plugin Stub + Maven IT JAR Plugin Stub A test plugin that has the same coordinates and goals as the Maven JAR Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-javadoc-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-javadoc-plugin/pom.xml index 7f555e6988..9163e49b71 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-javadoc-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-javadoc-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Javadoc Plugin Stub + Maven IT Javadoc Plugin Stub A test plugin that has the same coordinates and goals as the Maven Javadoc Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-plugin-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-plugin-plugin/pom.xml index bd0de8a022..f4a043fa56 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-plugin-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-plugin-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Plugin Plugin Stub + Maven IT Plugin Plugin Stub A test plugin that has the same coordinates and goals as the Maven Plugin Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-rar-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-rar-plugin/pom.xml index 701dde930c..4431463529 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-rar-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-rar-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven RAR Plugin Stub + Maven IT RAR Plugin Stub A test plugin that has the same coordinates and goals as the Maven RAR Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-resources-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-resources-plugin/pom.xml index 98dadf4316..024271662e 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-resources-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-resources-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Resources Plugin Stub + Maven IT Resources Plugin Stub A test plugin that has the same coordinates and goals as the Maven Resources Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-site-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-site-plugin/pom.xml index d5ee8e2a59..e0a8840c5a 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-site-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-site-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Site Plugin Stub + Maven IT Site Plugin Stub A test plugin that has the same coordinates and goals as the Maven Site Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-source-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-source-plugin/pom.xml index 3a29b2c535..4c01030e6a 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-source-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-source-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Source Plugin Stub + Maven IT Source Plugin Stub A test plugin that has the same coordinates and goals as the Maven Source Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-surefire-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-surefire-plugin/pom.xml index aeac4a3151..c2a1e89e57 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-surefire-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-surefire-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven Surefire Plugin Stub + Maven IT Surefire Plugin Stub A test plugin that has the same coordinates and goals as the Maven Surefire Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-war-plugin/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-war-plugin/pom.xml index a7fcf50dc9..f6d9ca3bf9 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-war-plugin/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/maven-war-plugin/pom.xml @@ -23,8 +23,8 @@ under the License. 4.0.0 - maven-it-plugin-core-stubs org.apache.maven.its.plugins + maven-it-plugin-core-stubs 2.1-SNAPSHOT @@ -33,7 +33,7 @@ under the License. 0.1-stub-SNAPSHOT maven-plugin - Maven Integration Test Plugin :: Maven WAR Plugin Stub + Maven IT WAR Plugin Stub A test plugin that has the same coordinates and goals as the Maven WAR Plugin. Its goals only create marker files to check the principle invocation of the goals via the build lifecycle binding. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml index 77286f6d78..966f8d2ba2 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-core-stubs pom - Maven Integration Tests :: Core Plugin Stubs + Maven ITs :: Core Plugin Stubs maven-clean-plugin diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-collection/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-collection/pom.xml index 5827244f6a..72e17f7184 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-collection/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-collection/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-dependency-collection maven-plugin - Maven Integration Test Plugin :: Dependency Collection + Maven IT Plugin :: Dependency Collection A test plugin that provides several goals which employ @requiresDependencyCollection with different scopes. If desired, the resulting artifact identifiers can be written to a text file. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/pom.xml index c7eade2176..0b373cdd2d 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-dependency-resolution maven-plugin - Maven Integration Test Plugin :: Dependency Resolution + Maven IT Plugin :: Dependency Resolution A test plugin that provides several goals which employ @requiresDependencyResolution with different scopes. If desired, the resulting class path or artifact identifiers can be written to a text file. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-error/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-error/pom.xml index cb949c573d..0c703d6e6c 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-error/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-error/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-error maven-plugin - Maven Integration Test Plugin :: Error Mojos + Maven IT Plugin :: Error Mojos A test plugin that throws various sorts of errors when loaded or executed. This plugin is designed to test Maven's ability to repackage runtime exceptions and other similar errors in a way that helps the user. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-expression/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-expression/pom.xml index 9f8f5199d3..c24a8ec999 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-expression/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-expression/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-expression maven-plugin - Maven Integration Test Plugin :: Expression + Maven IT Plugin :: Expression A test plugin that creates a properties file with the effective values of some user-defined expressions. As such it allows to analyze the runtime state of the POM similar to the Help Plugin. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-extension-consumer/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-extension-consumer/pom.xml index ec997fb2c5..4deb9ad725 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-extension-consumer/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-extension-consumer/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-extension-consumer maven-plugin - Maven Integration Test Plugin :: Extension Consumer + Maven IT Plugin :: Extension Consumer A test plugin that reuses a component provided by the extension-provider. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-extension-provider/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-extension-provider/pom.xml index a2affa67d5..3d8f35cfce 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-extension-provider/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-extension-provider/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-extension-provider maven-plugin - Maven Integration Test Plugin :: Extension Provider + Maven IT Plugin :: Extension Provider A test plugin that will be used as a build extension and should contribute a stateful singleton component for reuse by other plugins in the same project and other projects that use the same extension plugin. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml index 6d20e09b92..663ff0ecf0 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml @@ -1,4 +1,5 @@ + - + + 4.0.0 + maven-it-plugins org.apache.maven.its.plugins 2.1-SNAPSHOT + maven-it-plugin-extension1 maven-plugin diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml index 2d17218632..3821dd0cc3 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml @@ -1,4 +1,5 @@ + + 4.0.0 + maven-it-plugins org.apache.maven.its.plugins 2.1-SNAPSHOT + maven-it-plugin-extension2 maven-plugin diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-fork/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-fork/pom.xml index 368335f135..2823dca5cf 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-fork/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-fork/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-fork maven-plugin - Maven Integration Test Plugin :: Fork + Maven IT Plugin :: Fork 2006 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-invalid-descriptor/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-invalid-descriptor/pom.xml index 13e0ae1f68..dd753e8ef2 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-invalid-descriptor/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-invalid-descriptor/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-invalid-descriptor maven-plugin - Maven Integration Test Plugin :: Invalid Descriptor + Maven IT Plugin :: Invalid Descriptor diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-log-file/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-log-file/pom.xml index afe5a38fca..d6a9d39e35 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-log-file/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-log-file/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-log-file maven-plugin - Maven Integration Test Plugin :: Log File + Maven IT Plugin :: Log File A test plugin that appends lines to a UTF-8 encoded log file. Apparently, the order of log lines allows to check the order in which the plugin's goals were executed. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml index 4117e96f88..355cfa4bb6 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-log4j/pom.xml @@ -32,7 +32,7 @@ under the License. maven-it-plugin-log4j maven-plugin - Maven Integration Test Plugin :: Log4J Client + Maven IT Plugin :: Log4J Client A test plugin that uses log4j. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-no-default-comp/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-no-default-comp/pom.xml index ba8b35ee7b..b3a79ee026 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-no-default-comp/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-no-default-comp/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-no-default-comp maven-plugin - Maven Integration Test Plugin :: No Default Component + Maven IT Plugin :: No Default Component A test plugin that has a dependency on some component where the only available implementation does not use the role hint "default". diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-no-project/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-no-project/pom.xml index 948a0356b6..3e5b2942ba 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-no-project/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-no-project/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-no-project maven-plugin - Maven Integration Test Plugin :: No Project + Maven IT Plugin :: No Project 2001 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-online/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-online/pom.xml index 6875f275ba..2e1c57ea24 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-online/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-online/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-online maven-plugin - Maven Integration Test Plugin :: Online + Maven IT Plugin :: Online A test plugin that requires online mode. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-optional-mojos/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-optional-mojos/pom.xml index a00697f647..c55a410680 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-optional-mojos/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-optional-mojos/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-optional-mojos maven-plugin - Maven Integration Test Plugin :: Optional Mojos + Maven IT Plugin :: Optional Mojos A test plugin that defines a custom lifecycle mapping with optional mojos. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-packaging/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-packaging/pom.xml index bed3cec519..06e2648950 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-packaging/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-packaging/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-packaging maven-plugin - Maven Integration Test Plugin :: Packaging + Maven IT Plugin :: Packaging A test plugin that defines a custom aritfact handler ("it-artifact") and a new packaging type ("it-packaging"). diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-parameter-implementation/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-parameter-implementation/pom.xml index 7a441a2c76..261d043456 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-parameter-implementation/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-parameter-implementation/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-parameter-implementation maven-plugin - Maven Integration Test Plugin :: Parameter Implementation + Maven IT Plugin :: Parameter Implementation 2006 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-component-api/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-component-api/pom.xml index 76d1c5e9de..b7e16d14fd 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-component-api/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-component-api/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -31,7 +31,7 @@ under the License. maven-it-plugin-plexus-component-api maven-plugin - Maven Integration Test Plugin :: Plexus Component API + Maven IT Plugin :: Plexus Component API diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-11/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-11/pom.xml index 50d553acfa..6bd2d2a72b 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-11/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-11/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -31,7 +31,7 @@ under the License. maven-it-plugin-plexus-utils-11 maven-plugin - Maven Integration Test Plugin :: Plexus Utils 1.1 + Maven IT Plugin :: Plexus Utils 1.1 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-new/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-new/pom.xml index 081b7fe3fc..ca79a43f4b 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-new/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-plexus-utils-new/pom.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -31,7 +31,7 @@ under the License. maven-it-plugin-plexus-utils-new maven-plugin - Maven Integration Test Plugin :: Plexus Utils New + Maven IT Plugin :: Plexus Utils New diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-plugin-dependency/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-plugin-dependency/pom.xml index a7db42527e..34c9a37002 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-plugin-dependency/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-plugin-dependency/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-plugin-dependency maven-plugin - Maven Integration Test Plugin :: Plugin Dependency + Maven IT Plugin :: Plugin Dependency diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-project-interpolation/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-project-interpolation/pom.xml index b6b6755a6e..393125494d 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-project-interpolation/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-project-interpolation/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-project-interpolation maven-plugin - Maven Integration Test Plugin :: Project Interpolation + Maven IT Plugin :: Project Interpolation 2001 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-project/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-project/pom.xml index 26dd240713..3e7375d55d 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-project/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-project/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-project maven-plugin - Maven Integration Test Plugin :: Project + Maven IT Plugin :: Project A test plugin that can build Maven project instances from local/remote POMs. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml index f2494ff479..6b17448779 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-setter/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-setter maven-plugin - Maven Integration Test Plugin :: Setter + Maven IT Plugin :: Setter 2006 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-singleton-component/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-singleton-component/pom.xml index e36c382a5a..28ff48b30e 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-singleton-component/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-singleton-component/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-singleton-component maven-plugin - Maven Integration Test Plugin :: Singleton Component + Maven IT Plugin :: Singleton Component A test plugin to check that the lookup of a singleton component works reliably. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml index a29b647886..0198cece4f 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-site/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-site maven-plugin - Maven Integration Test Plugin :: Site + Maven IT Plugin :: Site A test plugin that works with reports. diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-toolchain/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-toolchain/pom.xml index 61b62bdfa8..c13400e547 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-toolchain/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-toolchain/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-toolchain maven-plugin - Maven Integration Test Plugin :: Toolchain + Maven IT Plugin :: Toolchain diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml index 7d47d282e8..104cdf0cf3 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-touch/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-touch maven-plugin - Maven Integration Test Plugin :: Touch + Maven IT Plugin :: Touch 2001 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-uses-properties/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-uses-properties/pom.xml index 29d0c35e8c..43cd3b2546 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-uses-properties/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-uses-properties/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-uses-properties maven-plugin - Maven Integration Test Plugin :: Uses Properties Plugin + Maven IT Plugin :: Uses Properties Plugin 2006 diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-uses-wagon/pom.xml b/its/core-it-support/core-it-plugins/maven-it-plugin-uses-wagon/pom.xml index fbe6260aab..4c7e4f0bdb 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-uses-wagon/pom.xml +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-uses-wagon/pom.xml @@ -31,7 +31,7 @@ under the License. maven-it-plugin-uses-wagon maven-plugin - Maven Integration Test Plugin :: Uses Wagon Plugin + Maven IT Plugin :: Uses Wagon Plugin 2006 diff --git a/its/core-it-support/core-it-plugins/pom.xml b/its/core-it-support/core-it-plugins/pom.xml index 71f74ca7d3..27c9db14a8 100644 --- a/its/core-it-support/core-it-plugins/pom.xml +++ b/its/core-it-support/core-it-plugins/pom.xml @@ -32,7 +32,7 @@ under the License. maven-it-plugins pom - Maven Integration Tests :: Plugins + Maven IT :: Plugins maven-it-plugin-active-collection diff --git a/its/core-it-support/core-it-support-artifacts/pom.xml b/its/core-it-support/core-it-support-artifacts/pom.xml index 3cf10be805..1f2167aecf 100644 --- a/its/core-it-support/core-it-support-artifacts/pom.xml +++ b/its/core-it-support/core-it-support-artifacts/pom.xml @@ -31,7 +31,7 @@ under the License. core-it-support-artifacts pom - Maven Integration Test Support Artifacts + Maven IT Support Artifacts diff --git a/its/core-it-support/core-it-toolchain/pom.xml b/its/core-it-support/core-it-toolchain/pom.xml index 57a33ec426..30ba507bab 100644 --- a/its/core-it-support/core-it-toolchain/pom.xml +++ b/its/core-it-support/core-it-toolchain/pom.xml @@ -30,7 +30,7 @@ under the License. core-it-toolchain - Maven Integration Test Toolchain + Maven IT Toolchain diff --git a/its/core-it-support/core-it-wagon/pom.xml b/its/core-it-support/core-it-wagon/pom.xml index b1cd10a8b3..94a25b1d39 100644 --- a/its/core-it-support/core-it-wagon/pom.xml +++ b/its/core-it-support/core-it-wagon/pom.xml @@ -30,7 +30,7 @@ under the License. core-it-wagon - Maven Integration Test Wagon + Maven IT Wagon diff --git a/its/core-it-support/maven-it-helper/pom.xml b/its/core-it-support/maven-it-helper/pom.xml index 2c23b6a18b..1b9289d438 100644 --- a/its/core-it-support/maven-it-helper/pom.xml +++ b/its/core-it-support/maven-it-helper/pom.xml @@ -30,7 +30,7 @@ under the License. maven-it-helper - Maven Integration Test Helper Library + Maven IT Helper Library diff --git a/its/core-it-support/maven-it-sample-archetype/pom.xml b/its/core-it-support/maven-it-sample-archetype/pom.xml index 9daaff4dac..119266cf62 100644 --- a/its/core-it-support/maven-it-sample-archetype/pom.xml +++ b/its/core-it-support/maven-it-sample-archetype/pom.xml @@ -33,7 +33,7 @@ under the License. 1.0-SNAPSHOT maven-archetype - maven-it-sample-archetype + Maven IT Sample Archetype diff --git a/its/core-it-support/maven-it-sample/pom.xml b/its/core-it-support/maven-it-sample/pom.xml index 6973a7e004..686469ceb4 100644 --- a/its/core-it-support/maven-it-sample/pom.xml +++ b/its/core-it-support/maven-it-sample/pom.xml @@ -26,7 +26,7 @@ under the License. maven-it-sample 1.0-SNAPSHOT - Maven Integration Test Sample + Maven IT Sample diff --git a/its/core-it-support/pom.xml b/its/core-it-support/pom.xml index 0dc4992fc8..9541577182 100644 --- a/its/core-it-support/pom.xml +++ b/its/core-it-support/pom.xml @@ -29,7 +29,7 @@ under the License. core-it-support pom - Maven Integration Testing Support + Maven IT Support core-it-plugins