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 2010/03/21 18:41:00 UTC

svn commit: r925840 - in /maven/archetype/trunk: archetype-common/pom.xml archetype-testing/pom.xml pom.xml

Author: hboutemy
Date: Sun Mar 21 17:41:00 2010
New Revision: 925840

URL: http://svn.apache.org/viewvc?rev=925840&view=rev
Log:
added some descriptions in POMs

Modified:
    maven/archetype/trunk/archetype-common/pom.xml
    maven/archetype/trunk/archetype-testing/pom.xml
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/archetype-common/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/pom.xml?rev=925840&r1=925839&r2=925840&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/pom.xml Sun Mar 21 17:41:00 2010
@@ -33,6 +33,7 @@ under the License.
   <packaging>jar</packaging>
 
   <name>Maven Archetype Common</name>
+  <description>Core Archetype classes.</description>
 
   <dependencies>
     <dependency>

Modified: maven/archetype/trunk/archetype-testing/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-testing/pom.xml?rev=925840&r1=925839&r2=925840&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-testing/pom.xml (original)
+++ maven/archetype/trunk/archetype-testing/pom.xml Sun Mar 21 17:41:00 2010
@@ -33,6 +33,7 @@ under the License.
   <packaging>pom</packaging>
 
   <name>Maven Archetype Testing</name>
+  <description>Tools used to test Maven Archetype.</description>
 
   <modules>
     <module>archetype-proxy</module>

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=925840&r1=925839&r2=925840&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Sun Mar 21 17:41:00 2010
@@ -35,6 +35,11 @@ under the License.
   <packaging>pom</packaging>
 
   <name>Maven Archetype</name>
+  <description>Maven Archetype is a set off tools to deal with Archetype, i.e. an abstract representation of a kind of project
+   that can be instantiated into a concrete customized Maven 2 project.
+   An archetype knows which files will be part of the instantiated project and which properties to fill to properly customize
+   the project.
+  </description>
   <inceptionYear>2007</inceptionYear>
 
   <modules>