You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/10/13 17:01:15 UTC

svn commit: r1397848 - /maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml

Author: hboutemy
Date: Sat Oct 13 15:01:15 2012
New Revision: 1397848

URL: http://svn.apache.org/viewvc?rev=1397848&view=rev
Log:
added description

Modified:
    maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml?rev=1397848&r1=1397847&r2=1397848&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-core-stubs/pom.xml Sat Oct 13 15:01:15 2012
@@ -32,6 +32,10 @@ under the License.
   <packaging>pom</packaging>
 
   <name>Maven ITs :: Core Plugin Stubs</name>
+  <description>
+    Collection of test plugins that have the same coordinates and goals as the Core Maven Plugins. Their goals only create marker
+    files to check the principle invocation of the goals via the build lifecycle binding.
+  </description>
 
   <modules>
     <module>maven-clean-plugin</module>