You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ra...@apache.org on 2007/10/22 20:35:09 UTC

svn commit: r587185 - /maven/sandbox/trunk/archetypeng/pom.xml

Author: rafale
Date: Mon Oct 22 11:35:09 2007
New Revision: 587185

URL: http://svn.apache.org/viewvc?rev=587185&view=rev
Log:
Adding testing module to hold servlets

Modified:
    maven/sandbox/trunk/archetypeng/pom.xml

Modified: maven/sandbox/trunk/archetypeng/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/archetypeng/pom.xml?rev=587185&r1=587184&r2=587185&view=diff
==============================================================================
--- maven/sandbox/trunk/archetypeng/pom.xml (original)
+++ maven/sandbox/trunk/archetypeng/pom.xml Mon Oct 22 11:35:09 2007
@@ -38,6 +38,7 @@
   <packaging>pom</packaging>
 
   <modules>
+    <module>archetype-testing</module>
     <module>archetypeng-common</module>
     <module>archetypeng-plugin</module>
     <module>archetypeng-packaging</module>