Author: bentmann
Date: Thu Aug 14 11:22:06 2008
New Revision: 685985

URL: http://svn.apache.org/viewvc?rev=685985&view=rev
Log:
o Added project description

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml
    maven/plugins/trunk/maven-dependency-plugin/pom.xml
    maven/plugins/trunk/maven-deploy-plugin/pom.xml
    maven/plugins/trunk/maven-docck-plugin/pom.xml
    maven/plugins/trunk/maven-ejb-plugin/pom.xml
    maven/plugins/trunk/maven-gpg-plugin/pom.xml
    maven/plugins/trunk/maven-idea-plugin/pom.xml
    maven/plugins/trunk/maven-install-plugin/pom.xml
    maven/plugins/trunk/maven-jar-plugin/pom.xml
    maven/plugins/trunk/maven-one-plugin/pom.xml
    maven/plugins/trunk/maven-rar-plugin/pom.xml
    maven/plugins/trunk/maven-repository-plugin/pom.xml
    maven/plugins/trunk/maven-shade-plugin/pom.xml
    maven/plugins/trunk/maven-verifier-plugin/pom.xml
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Changes Report Plugin</name>
+  <description>Creates a release history for inclusion into the site and 
assists in generating an announcement mail.</description>
 
   <developers>
     <developer>

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -32,6 +32,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Dependency Plugin</name>
+  <description>Provides utility goals to work with dependencies like copying, 
unpacking, analyzing, resolving and many more.</description>
 
   <developers>
     <developer>

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Deploy Plugin</name>
+  <description>Uploads the project artifacts to the internal remote 
repository.</description>
   <inceptionYear>2004</inceptionYear>
 
   <prerequisites>

Modified: maven/plugins/trunk/maven-docck-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-docck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-docck-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Documentation Checker Plugin</name>
+  <description>Checks for violations of the Plugin Documentation 
Standard.</description>
 
   <prerequisites>
     <maven>2.0.6</maven>

Modified: maven/plugins/trunk/maven-ejb-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ejb-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven EJB Plugin</name>
+  <description>Generates a J2EE Enterprise JavaBean (EJB) file as well as the 
associated client JAR.</description>
 
   <prerequisites>
     <maven>2.0.4</maven>

Modified: maven/plugins/trunk/maven-gpg-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven GPG Plugin</name>
+  <description>Signs the project artifacts with GnuPG.</description>
 
   <prerequisites>
     <maven>2.0.6</maven>

Modified: maven/plugins/trunk/maven-idea-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-idea-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -32,6 +32,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven IDEA Plugin</name>
+  <description>Generates project files for usage with IntelliJ IDEA from the 
POM.</description>
 
   <prerequisites>
     <maven>2.0.1</maven>

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -33,6 +33,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Install Plugin</name>
+  <description>Copies the project artifacts to the user's local 
repository.</description>
   <inceptionYear>2004</inceptionYear>
 
   <prerequisites>

Modified: maven/plugins/trunk/maven-jar-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jar-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Jar Plugin</name>
+  <description>Builds a Java Archive (JAR) file from the compiled project 
classes and resources.</description>
  
   <contributors>
     <contributor>

Modified: maven/plugins/trunk/maven-one-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-one-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-one-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven One Plugin</name>
+  <description>Eases the migration from Maven 1.x to Maven 2.x by providing a 
POM converter etc.</description>
 
   <prerequisites>
     <maven>2.0</maven>

Modified: maven/plugins/trunk/maven-rar-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-rar-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-rar-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -32,6 +32,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Rar plugin</name>
+  <description>Builds a Resource Adapter Archive (RAR) from the project output 
for deployment to a J2EE server.</description>
   <inceptionYear>2004</inceptionYear>
 
   <prerequisites>

Modified: maven/plugins/trunk/maven-repository-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -32,6 +32,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Repository Plugin</name>
+  <description>Creates bundles of artifacts that should be manually uploaded 
to the central Maven repository.</description>
 
   <prerequisites>
     <maven>2.0.6</maven>

Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Shade Plugin</name>
+  <description>Repackages the project classes together with their dependencies 
into a single uber-jar, optionally renaming classes.</description>
 
   <prerequisites>
     <maven>2.0.6</maven>

Modified: maven/plugins/trunk/maven-verifier-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-verifier-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-verifier-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -31,6 +31,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Verifier Plugin</name>
+  <description>Assists in integration testing by means of evaluating 
success/error conditions read from a configuration file.</description>
 
   <prerequisites>
     <maven>2.0.6</maven>

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=685985&r1=685984&r2=685985&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Thu Aug 14 11:22:06 2008
@@ -32,6 +32,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven War Plugin</name>
+  <description>Builds a Web Application Archive (WAR) file from the project 
output and its dependencies.</description>
   
   <prerequisites>
     <maven>2.0.6</maven>


Reply via email to