You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/21 00:10:12 UTC

svn commit: r1148953 - in /maven/maven-3/trunk: apache-maven/ maven-aether-provider/ maven-compat/ maven-core/ maven-embedder/ maven-model-builder/ maven-model/ maven-plugin-api/ maven-repository-metadata/ maven-settings-builder/ maven-settings/

Author: hboutemy
Date: Wed Jul 20 22:10:09 2011
New Revision: 1148953

URL: http://svn.apache.org/viewvc?rev=1148953&view=rev
Log:
added description for every module

Modified:
    maven/maven-3/trunk/apache-maven/pom.xml
    maven/maven-3/trunk/maven-aether-provider/pom.xml
    maven/maven-3/trunk/maven-compat/pom.xml
    maven/maven-3/trunk/maven-core/pom.xml
    maven/maven-3/trunk/maven-embedder/pom.xml
    maven/maven-3/trunk/maven-model-builder/pom.xml
    maven/maven-3/trunk/maven-model/pom.xml
    maven/maven-3/trunk/maven-plugin-api/pom.xml
    maven/maven-3/trunk/maven-repository-metadata/pom.xml
    maven/maven-3/trunk/maven-settings-builder/pom.xml
    maven/maven-3/trunk/maven-settings/pom.xml

Modified: maven/maven-3/trunk/apache-maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/pom.xml (original)
+++ maven/maven-3/trunk/apache-maven/pom.xml Wed Jul 20 22:10:09 2011
@@ -28,6 +28,7 @@
   <packaging>pom</packaging>
 
   <name>Maven Distribution</name>
+  <description>Module to build the Maven distribution, source and binary, in zip and tar.gz formats.</description>
 
   <dependencies>
     <dependency>

Modified: maven/maven-3/trunk/maven-aether-provider/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-aether-provider/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-aether-provider/pom.xml (original)
+++ maven/maven-3/trunk/maven-aether-provider/pom.xml Wed Jul 20 22:10:09 2011
@@ -32,7 +32,8 @@ under the License.
 
   <name>Maven Aether Provider</name>
   <description>
-    This module provides extensions to Aether for utilizing the Maven POM and Maven repository metadata.
+    This module provides extensions to Aether for utilizing the Maven POM and Maven repository metadata for artifacts resolution
+    and download.
   </description>
 
   <dependencies>

Modified: maven/maven-3/trunk/maven-compat/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-compat/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-compat/pom.xml (original)
+++ maven/maven-3/trunk/maven-compat/pom.xml Wed Jul 20 22:10:09 2011
@@ -22,6 +22,7 @@
   <artifactId>maven-compat</artifactId>
 
   <name>Maven Compat</name>
+  <description>Maven classes maintained as compatibility layer for tools done with Maven 2.</description>
 
   <dependencies>
     <dependency>

Modified: maven/maven-3/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/pom.xml (original)
+++ maven/maven-3/trunk/maven-core/pom.xml Wed Jul 20 22:10:09 2011
@@ -22,6 +22,7 @@
   <artifactId>maven-core</artifactId>
 
   <name>Maven Core</name>
+  <description>Maven Core classes.</description>
 
   <dependencies>
     <!--  Maven -->

Modified: maven/maven-3/trunk/maven-embedder/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-embedder/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-embedder/pom.xml (original)
+++ maven/maven-3/trunk/maven-embedder/pom.xml Wed Jul 20 22:10:09 2011
@@ -22,6 +22,7 @@
   <artifactId>maven-embedder</artifactId>
 
   <name>Maven Embedder</name>
+  <description>Maven embeddable component, with CLI support.</description>
 
   <dependencies>
     <dependency>

Modified: maven/maven-3/trunk/maven-model-builder/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model-builder/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-model-builder/pom.xml (original)
+++ maven/maven-3/trunk/maven-model-builder/pom.xml Wed Jul 20 22:10:09 2011
@@ -22,6 +22,7 @@
   <artifactId>maven-model-builder</artifactId>
 
   <name>Maven Model Builder</name>
+  <description>The effective model builder, with inheritance, profile activation</description>
 
   <dependencies>
     <dependency>

Modified: maven/maven-3/trunk/maven-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-model/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-model/pom.xml (original)
+++ maven/maven-3/trunk/maven-model/pom.xml Wed Jul 20 22:10:09 2011
@@ -31,7 +31,7 @@ under the License.
   <artifactId>maven-model</artifactId>
 
   <name>Maven Model</name>
-  <description>Maven Model</description>
+  <description>Model for Maven POM (Project Object Model)</description>
 
   <dependencies>
     <dependency>

Modified: maven/maven-3/trunk/maven-plugin-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-plugin-api/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-plugin-api/pom.xml (original)
+++ maven/maven-3/trunk/maven-plugin-api/pom.xml Wed Jul 20 22:10:09 2011
@@ -31,6 +31,7 @@ under the License.
   <artifactId>maven-plugin-api</artifactId>
 
   <name>Maven Plugin API</name>
+  <description>The API for plugins - Mojos - development.</description>
 
   <dependencies>
     <dependency>

Modified: maven/maven-3/trunk/maven-repository-metadata/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-repository-metadata/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-repository-metadata/pom.xml (original)
+++ maven/maven-3/trunk/maven-repository-metadata/pom.xml Wed Jul 20 22:10:09 2011
@@ -31,7 +31,7 @@ under the License.
   <artifactId>maven-repository-metadata</artifactId>
 
   <name>Maven Repository Metadata Model</name>
-  <description>Per-directory repository metadata.</description>
+  <description>Per-directory local and remote repository metadata.</description>
 
   <dependencies>
     <dependency>

Modified: maven/maven-3/trunk/maven-settings-builder/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-settings-builder/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-settings-builder/pom.xml (original)
+++ maven/maven-3/trunk/maven-settings-builder/pom.xml Wed Jul 20 22:10:09 2011
@@ -31,6 +31,7 @@ under the License.
   <artifactId>maven-settings-builder</artifactId>
 
   <name>Maven Settings Builder</name>
+  <description>The effective settings builder, with inheritance and password decryption.</description>
 
   <dependencies>
     <dependency>

Modified: maven/maven-3/trunk/maven-settings/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-settings/pom.xml?rev=1148953&r1=1148952&r2=1148953&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-settings/pom.xml (original)
+++ maven/maven-3/trunk/maven-settings/pom.xml Wed Jul 20 22:10:09 2011
@@ -31,7 +31,7 @@ under the License.
   <artifactId>maven-settings</artifactId>
 
   <name>Maven Settings</name>
-  <description>Maven Settings</description>
+  <description>Maven Settings model.</description>
 
   <dependencies>
     <dependency>