Author: hboutemy
Date: Sat Nov 1 12:24:44 2008
New Revision: 709757
URL: http://svn.apache.org/viewvc?rev=709757&view=rev
Log:
added a description in the pom
Modified:
maven/shared/trunk/maven-reporting-impl/pom.xml
Modified: maven/shared/trunk/maven-reporting-impl/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/pom.xml?rev=709757&r1=709756&r2=709757&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-impl/pom.xml Sat Nov 1 12:24:44 2008
@@ -29,6 +29,7 @@
<artifactId>maven-reporting-impl</artifactId>
<version>2.1-SNAPSHOT</version>
<name>Maven Reporting Implementation</name>
+ <description>Abstract classes to manage report generation.</description>
<properties>
<mavenVersion>2.0.10-SNAPSHOT</mavenVersion>
|