This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-help-plugin-2.0.1 in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 9ede842de843874b90e39abf058e9c365b39b9bc Author: Brett Leslie Porter <br...@apache.org> AuthorDate: Wed Jan 25 01:20:10 2006 +0000 update description git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@372075 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 106d2ee..3f5a8b8 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.