mirror of https://github.com/apache/maven.git
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:
parent
5d0302e7bb
commit
d577f08064
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue