Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6140FD310 for ; Sun, 4 Nov 2012 18:54:40 +0000 (UTC) Received: (qmail 86532 invoked by uid 500); 4 Nov 2012 18:54:39 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 86489 invoked by uid 500); 4 Nov 2012 18:54:39 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 86482 invoked by uid 99); 4 Nov 2012 18:54:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 18:54:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Nov 2012 18:54:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7D53D2388993; Sun, 4 Nov 2012 18:54:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1405607 - in /maven/plugin-tools/trunk: maven-plugin-tools-generators/pom.xml pom.xml src/site/xdoc/index.xml Date: Sun, 04 Nov 2012 18:54:18 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121104185418.7D53D2388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hboutemy Date: Sun Nov 4 18:54:17 2012 New Revision: 1405607 URL: http://svn.apache.org/viewvc?rev=1405607&view=rev Log: improved descriptions Modified: maven/plugin-tools/trunk/maven-plugin-tools-generators/pom.xml maven/plugin-tools/trunk/pom.xml maven/plugin-tools/trunk/src/site/xdoc/index.xml Modified: maven/plugin-tools/trunk/maven-plugin-tools-generators/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-generators/pom.xml?rev=1405607&r1=1405606&r2=1405607&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-tools-generators/pom.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-tools-generators/pom.xml Sun Nov 4 18:54:17 2012 @@ -31,7 +31,10 @@ maven-plugin-tools-generators Maven Plugin Tools Generators - The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from plugin descriptor. + + The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from + plugin descriptor extracted from plugin sources. + Modified: maven/plugin-tools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1405607&r1=1405606&r2=1405607&view=diff ============================================================================== --- maven/plugin-tools/trunk/pom.xml (original) +++ maven/plugin-tools/trunk/pom.xml Sun Nov 4 18:54:17 2012 @@ -33,7 +33,10 @@ pom Maven Plugin Tools - The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages. + + The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in scripting languages + and to generate rebarbative content like descriptor, help and documentation. + http://maven.apache.org/plugin-tools/ 2004 Modified: maven/plugin-tools/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/src/site/xdoc/index.xml?rev=1405607&r1=1405606&r2=1405607&view=diff ============================================================================== --- maven/plugin-tools/trunk/src/site/xdoc/index.xml (original) +++ maven/plugin-tools/trunk/src/site/xdoc/index.xml Sun Nov 4 18:54:17 2012 @@ -33,7 +33,7 @@
-

The Maven Plugin Tools contains the necessary tools to play with Maven Plugins.

+

${project.description}

@@ -69,7 +69,7 @@ maven-plugin-tools-generators - Generators (descriptor, help, documentation), used by maven-plugin-plugin to generate content from descriptor. + Generators (XML descriptor, help, documentation), used by maven-plugin-plugin to generate content from descriptor extracted from sources. maven-plugin-tools-api