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
This commit is contained in:
Herve Boutemy 2011-07-10 20:40:09 +00:00
parent b281f2bf40
commit a83f1c9178
68 changed files with 97 additions and 90 deletions

View File

@ -30,5 +30,5 @@ under the License.
<artifactId>core-it-component</artifactId>
<name>Maven Integration Test Component</name>
<name>Maven IT Component</name>
</project>

View File

@ -30,7 +30,7 @@ under the License.
<artifactId>core-it-extension</artifactId>
<name>Maven Integration Test Extension</name>
<name>Maven IT Extension</name>
<dependencies>
<dependency>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-active-collection</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Active Collection</name>
<name>Maven IT Plugin :: Active Collection</name>
<description>
A test plugin that depends on active collections of core components.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-all</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: This plugin should contain the mojos needed by all tests.</name>
<name>Maven IT Plugin :: This plugin should contain the mojos needed by all tests.</name>
<inceptionYear>2007</inceptionYear>
<properties>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-ant-based</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Ant-Based</name>
<name>Maven IT Plugin :: Ant-Based</name>
<description>
A test plugin whose mojos are implemented via Ant scripts.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-artifact</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Artifact</name>
<name>Maven IT Plugin :: Artifact</name>
<description>
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

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugins</artifactId>
<version>2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@ -33,7 +33,7 @@ under the License.
<artifactId>dep-a</artifactId>
<packaging>jar</packaging>
<name>Maven Integration Test Plugin :: Class Loader :: Dependency A</name>
<name>Maven IT Plugin :: Class Loader :: Dependency A</name>
<description>
A test dependency for the test plugin.
</description>

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugins</artifactId>
<version>2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@ -33,7 +33,7 @@ under the License.
<artifactId>dep-b</artifactId>
<packaging>jar</packaging>
<name>Maven Integration Test Plugin :: Class Loader :: Dependency B</name>
<name>Maven IT Plugin :: Class Loader :: Dependency B</name>
<description>
A test dependency for the test plugin. This artifact has a dependency by itself to test transitive dependency
resolution.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugins</artifactId>
<version>2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@ -33,7 +33,7 @@ under the License.
<artifactId>dep-c</artifactId>
<packaging>jar</packaging>
<name>Maven Integration Test Plugin :: Class Loader :: Dependency C</name>
<name>Maven IT Plugin :: Class Loader :: Dependency C</name>
<description>
A test dependency for the test plugin.
</description>

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugins</artifactId>
<version>2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@ -32,7 +32,7 @@ under the License.
<artifactId>maven-it-plugin-class-loader</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Class Loader</name>
<name>Maven IT Plugin :: Class Loader</name>
<description>
A test plugin that tries to load classes and/or resources via the plugin class loader or the thread's context class
loader.

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-class-loader-aggregator</artifactId>
<packaging>pom</packaging>
<name>Maven Integration Test Plugin :: Class Loader :: Aggregator</name>
<name>Maven IT Plugin :: Class Loader :: Aggregator</name>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-class-loader</connection>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-configuration</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Configuration</name>
<name>Maven IT Plugin :: Configuration</name>
<description>
A plugin that allows any configuration in the form of a DOM which allows inspection after
configuration processing inside Maven's core.

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-context-passing</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Context Passing</name>
<name>Maven IT Plugin :: Context Passing</name>
<inceptionYear>2006</inceptionYear>
<properties>

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Clean Plugin Stub</name>
<name>Maven IT Clean Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Compiler Plugin Stub</name>
<name>Maven IT Compiler Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Deploy Plugin Stub</name>
<name>Maven IT Deploy Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven EAR Plugin Stub</name>
<name>Maven IT EAR Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven EJB Plugin Stub</name>
<name>Maven IT EJB Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Install Plugin Stub</name>
<name>Maven IT Install Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven JAR Plugin Stub</name>
<name>Maven IT JAR Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Javadoc Plugin Stub</name>
<name>Maven IT Javadoc Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Plugin Plugin Stub</name>
<name>Maven IT Plugin Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven RAR Plugin Stub</name>
<name>Maven IT RAR Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Resources Plugin Stub</name>
<name>Maven IT Resources Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Site Plugin Stub</name>
<name>Maven IT Site Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Source Plugin Stub</name>
<name>Maven IT Source Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven Surefire Plugin Stub</name>
<name>Maven IT Surefire Plugin Stub</name>
<description>
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.

View File

@ -23,8 +23,8 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
@ -33,7 +33,7 @@ under the License.
<version>0.1-stub-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Maven WAR Plugin Stub</name>
<name>Maven IT WAR Plugin Stub</name>
<description>
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.

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-core-stubs</artifactId>
<packaging>pom</packaging>
<name>Maven Integration Tests :: Core Plugin Stubs</name>
<name>Maven ITs :: Core Plugin Stubs</name>
<modules>
<module>maven-clean-plugin</module>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-dependency-collection</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Dependency Collection</name>
<name>Maven IT Plugin :: Dependency Collection</name>
<description>
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.

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-dependency-resolution</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Dependency Resolution</name>
<name>Maven IT Plugin :: Dependency Resolution</name>
<description>
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.

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-error</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Error Mojos</name>
<name>Maven IT Plugin :: Error Mojos</name>
<description>
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.

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-expression</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Expression</name>
<name>Maven IT Plugin :: Expression</name>
<description>
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.

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-extension-consumer</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Extension Consumer</name>
<name>Maven IT Plugin :: Extension Consumer</name>
<description>
A test plugin that reuses a component provided by the extension-provider.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-extension-provider</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Extension Provider</name>
<name>Maven IT Plugin :: Extension Provider</name>
<description>
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.

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@ -17,14 +18,16 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
<artifactId>maven-it-plugin-extension1</artifactId>
<packaging>maven-plugin</packaging>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@ -17,14 +18,17 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<version>2.1-SNAPSHOT</version>
</parent>
<artifactId>maven-it-plugin-extension2</artifactId>
<packaging>maven-plugin</packaging>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-fork</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Fork</name>
<name>Maven IT Plugin :: Fork</name>
<inceptionYear>2006</inceptionYear>
<properties>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-invalid-descriptor</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Invalid Descriptor</name>
<name>Maven IT Plugin :: Invalid Descriptor</name>
<dependencies>
<dependency>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-log-file</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Log File</name>
<name>Maven IT Plugin :: Log File</name>
<description>
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.

View File

@ -32,7 +32,7 @@ under the License.
<artifactId>maven-it-plugin-log4j</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Log4J Client</name>
<name>Maven IT Plugin :: Log4J Client</name>
<description>
A test plugin that uses log4j.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-no-default-comp</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: No Default Component</name>
<name>Maven IT Plugin :: No Default Component</name>
<description>
A test plugin that has a dependency on some component where the only available implementation does not use
the role hint "default".

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-no-project</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: No Project</name>
<name>Maven IT Plugin :: No Project</name>
<inceptionYear>2001</inceptionYear>
<properties>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-online</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Online</name>
<name>Maven IT Plugin :: Online</name>
<description>
A test plugin that requires online mode.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-optional-mojos</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Optional Mojos</name>
<name>Maven IT Plugin :: Optional Mojos</name>
<description>
A test plugin that defines a custom lifecycle mapping with optional mojos.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-packaging</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Packaging</name>
<name>Maven IT Plugin :: Packaging</name>
<description>
A test plugin that defines a custom aritfact handler ("it-artifact") and a new packaging type ("it-packaging").
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-parameter-implementation</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Parameter Implementation</name>
<name>Maven IT Plugin :: Parameter Implementation</name>
<inceptionYear>2006</inceptionYear>
<properties>

View File

@ -19,7 +19,7 @@ specific language governing permissions and limitations
under the License.
-->
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-plexus-component-api</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Plexus Component API</name>
<name>Maven IT Plugin :: Plexus Component API</name>
<dependencies>
<!-- introduces component-api, should be excluded -->

View File

@ -19,7 +19,7 @@ specific language governing permissions and limitations
under the License.
-->
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-plexus-utils-11</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Plexus Utils 1.1</name>
<name>Maven IT Plugin :: Plexus Utils 1.1</name>
<dependencies>
<dependency>

View File

@ -19,7 +19,7 @@ specific language governing permissions and limitations
under the License.
-->
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-plexus-utils-new</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Plexus Utils New</name>
<name>Maven IT Plugin :: Plexus Utils New</name>
<dependencies>
<dependency>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-plugin-dependency</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Plugin Dependency</name>
<name>Maven IT Plugin :: Plugin Dependency</name>
<dependencies>
<dependency>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-project-interpolation</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Project Interpolation</name>
<name>Maven IT Plugin :: Project Interpolation</name>
<inceptionYear>2001</inceptionYear>
<dependencies>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-project</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Project</name>
<name>Maven IT Plugin :: Project</name>
<description>
A test plugin that can build Maven project instances from local/remote POMs.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-setter</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Setter</name>
<name>Maven IT Plugin :: Setter</name>
<inceptionYear>2006</inceptionYear>
<properties>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-singleton-component</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Singleton Component</name>
<name>Maven IT Plugin :: Singleton Component</name>
<description>
A test plugin to check that the lookup of a singleton component works reliably.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-site</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Site</name>
<name>Maven IT Plugin :: Site</name>
<description>
A test plugin that works with reports.
</description>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-toolchain</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Toolchain</name>
<name>Maven IT Plugin :: Toolchain</name>
<dependencies>
<dependency>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-touch</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Touch</name>
<name>Maven IT Plugin :: Touch</name>
<inceptionYear>2001</inceptionYear>
<dependencies>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-uses-properties</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Uses Properties Plugin</name>
<name>Maven IT Plugin :: Uses Properties Plugin</name>
<inceptionYear>2006</inceptionYear>
<properties>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>maven-it-plugin-uses-wagon</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Integration Test Plugin :: Uses Wagon Plugin</name>
<name>Maven IT Plugin :: Uses Wagon Plugin</name>
<inceptionYear>2006</inceptionYear>
<dependencies>

View File

@ -32,7 +32,7 @@ under the License.
<artifactId>maven-it-plugins</artifactId>
<packaging>pom</packaging>
<name>Maven Integration Tests :: Plugins</name>
<name>Maven IT :: Plugins</name>
<modules>
<module>maven-it-plugin-active-collection</module>

View File

@ -31,7 +31,7 @@ under the License.
<artifactId>core-it-support-artifacts</artifactId>
<packaging>pom</packaging>
<name>Maven Integration Test Support Artifacts</name>
<name>Maven IT Support Artifacts</name>
<build>
<plugins>

View File

@ -30,7 +30,7 @@ under the License.
<artifactId>core-it-toolchain</artifactId>
<name>Maven Integration Test Toolchain</name>
<name>Maven IT Toolchain</name>
<dependencies>
<dependency>

View File

@ -30,7 +30,7 @@ under the License.
<artifactId>core-it-wagon</artifactId>
<name>Maven Integration Test Wagon</name>
<name>Maven IT Wagon</name>
<dependencies>
<dependency>

View File

@ -30,7 +30,7 @@ under the License.
<artifactId>maven-it-helper</artifactId>
<name>Maven Integration Test Helper Library</name>
<name>Maven IT Helper Library</name>
<dependencies>
<!-- needed for VersionRange and Version -->

View File

@ -33,7 +33,7 @@ under the License.
<version>1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>maven-it-sample-archetype</name>
<name>Maven IT Sample Archetype</name>
<build>
<extensions>

View File

@ -26,7 +26,7 @@ under the License.
<artifactId>maven-it-sample</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Maven Integration Test Sample</name>
<name>Maven IT Sample</name>
<dependencies>
<dependency>

View File

@ -29,7 +29,7 @@ under the License.
<artifactId>core-it-support</artifactId>
<packaging>pom</packaging>
<name>Maven Integration Testing Support</name>
<name>Maven IT Support</name>
<modules>
<module>core-it-plugins</module>