Author: vsiveton
Date: Wed Nov 14 05:29:01 2007
New Revision: 594873
URL: http://svn.apache.org/viewvc?rev=594873&view=rev
Log:
o added project's description
Modified:
maven/plugins/trunk/maven-clean-plugin/pom.xml
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=594873&r1=594872&r2=594873&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Wed Nov 14 05:29:01 2007
@@ -31,6 +31,9 @@
<version>2.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Clean Plugin</name>
+ <description>
+ The Maven Clean Plugin is a plugin that removes files generated at
build-time in a project's directory.
+ </description>
<inceptionYear>2001</inceptionYear>
<prerequisites>