You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/04/27 10:03:02 UTC

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

Author: evenisse
Date: Thu Apr 27 01:02:55 2006
New Revision: 397471

URL: http://svn.apache.org/viewcvs?rev=397471&view=rev
Log:
Fix j2ee module name

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=397471&r1=397470&r2=397471&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetypes/pom.xml (original)
+++ maven/archetype/trunk/maven-archetypes/pom.xml Thu Apr 27 01:02:55 2006
@@ -18,7 +18,7 @@
     <module>maven-archetype-site-simple</module>
     <module>maven-archetype-webapp</module>
     <module>maven-archetype-archetype</module>
-    <module>maven-archetype-j2ee</module>
+    <module>maven-archetype-j2ee-simple</module>
     <module>maven-archetype-portlet</module>
     <module>maven-archetype-profiles</module>
   </modules>