You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/01/25 02:20:11 UTC

svn commit: r372075 - /maven/plugins/trunk/maven-help-plugin/pom.xml

Author: brett
Date: Tue Jan 24 17:20:10 2006
New Revision: 372075

URL: http://svn.apache.org/viewcvs?rev=372075&view=rev
Log:
update description

Modified:
    maven/plugins/trunk/maven-help-plugin/pom.xml

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=372075&r1=372074&r2=372075&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Tue Jan 24 17:20:10 2006
@@ -9,11 +9,12 @@
   <packaging>maven-plugin</packaging>
   <name>Maven Help Plugin</name>
   <version>2.1-SNAPSHOT</version>
-  <description>Provides mojos aimed at helping the user to make sense out of
-    the build environment. It includes mojos to view the effective
+  <description>
+    The Maven Help plugin provides goals aimed at helping to make sense out of
+    the build environment. It includes the ability to view the effective
     POM and settings files, after inheritance and active profiles
-    have been applied, as well as a 'describe' mojo to give the
-    user information about how to use a plugin.</description>
+    have been applied, as well as a describe a particular plugin goal to give usage information.
+  </description>
   <inceptionYear>2001</inceptionYear>
   <dependencies>
     <dependency>
@@ -37,4 +38,4 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>