Author: hboutemy
Date: Sat Oct 13 14:19:29 2012
New Revision: 1397834
URL: http://svn.apache.org/viewvc?rev=1397834&view=rev
Log:
added missing name and description
Modified:
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml
Modified:
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml?rev=1397834&r1=1397833&r2=1397834&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml
(original)
+++
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension1/pom.xml
Sat Oct 13 14:19:29 2012
@@ -31,6 +31,11 @@ under the License.
<artifactId>maven-it-plugin-extension1</artifactId>
<packaging>maven-plugin</packaging>
+ <name>Maven IT Plugin :: Extension 1</name>
+ <description>
+ A test plugin that contribute an artifact handler.
+ </description>
+
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
Modified:
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml?rev=1397834&r1=1397833&r2=1397834&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml
(original)
+++
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-extension2/pom.xml
Sat Oct 13 14:19:29 2012
@@ -32,6 +32,11 @@ under the License.
<artifactId>maven-it-plugin-extension2</artifactId>
<packaging>maven-plugin</packaging>
+ <name>Maven IT Plugin :: Extension 2</name>
+ <description>
+ A test plugin that contribute an artifact handler.
+ </description>
+
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>