You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/02/24 07:22:50 UTC

svn commit: r380598 - /maven/archetype/trunk/maven-archetypes/pom.xml

Author: brett
Date: Thu Feb 23 22:22:46 2006
New Revision: 380598

URL: http://svn.apache.org/viewcvs?rev=380598&view=rev
Log:
add archetype

Modified:
    maven/archetype/trunk/maven-archetypes/pom.xml

Modified: maven/archetype/trunk/maven-archetypes/pom.xml
URL: http://svn.apache.org/viewcvs/maven/archetype/trunk/maven-archetypes/pom.xml?rev=380598&r1=380597&r2=380598&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetypes/pom.xml (original)
+++ maven/archetype/trunk/maven-archetypes/pom.xml Thu Feb 23 22:22:46 2006
@@ -13,5 +13,6 @@
     <module>maven-archetype-mojo</module>
     <module>maven-archetype-quickstart</module>
     <module>maven-archetype-webapp</module>
+    <module>maven-archetype-archetype</module>
   </modules>
 </project>