added missing name and description

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2012-10-13 14:19:29 +00:00
parent 5d0302e7bb
commit d577f08064
2 changed files with 10 additions and 0 deletions

View File

@ -31,6 +31,11 @@ under the License.
<artifactId>maven-it-plugin-extension1</artifactId> <artifactId>maven-it-plugin-extension1</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>Maven IT Plugin :: Extension 1</name>
<description>
A test plugin that contribute an artifact handler.
</description>
<properties> <properties>
<maven.test.skip>true</maven.test.skip> <maven.test.skip>true</maven.test.skip>
</properties> </properties>

View File

@ -32,6 +32,11 @@ under the License.
<artifactId>maven-it-plugin-extension2</artifactId> <artifactId>maven-it-plugin-extension2</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>Maven IT Plugin :: Extension 2</name>
<description>
A test plugin that contribute an artifact handler.
</description>
<properties> <properties>
<maven.test.skip>true</maven.test.skip> <maven.test.skip>true</maven.test.skip>
</properties> </properties>