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/05/07 07:11:50 UTC

svn commit: r400425 - in /maven/archetype/branches/archetype-1.0.x: maven-archetypes/maven-archetype-j2ee-simple/pom.xml maven-archetypes/pom.xml pom.xml

Author: brett
Date: Sat May  6 22:11:48 2006
New Revision: 400425

URL: http://svn.apache.org/viewcvs?rev=400425&view=rev
Log:
small fixes

Modified:
    maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetypes/pom.xml
    maven/archetype/branches/archetype-1.0.x/pom.xml

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/pom.xml
URL: http://svn.apache.org/viewcvs/maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/pom.xml?rev=400425&r1=400424&r2=400425&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetypes/maven-archetype-j2ee-simple/pom.xml Sat May  6 22:11:48 2006
@@ -5,6 +5,6 @@
     <version>1.0-alpha-4-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>maven-archetype-j2ee</artifactId>
+  <artifactId>maven-archetype-j2ee-simple</artifactId>
   <name>Maven Archetype J2EE</name>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetypes/pom.xml
URL: http://svn.apache.org/viewcvs/maven/archetype/branches/archetype-1.0.x/maven-archetypes/pom.xml?rev=400425&r1=400424&r2=400425&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetypes/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetypes/pom.xml Sat May  6 22:11:48 2006
@@ -19,6 +19,7 @@
     <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>

Modified: maven/archetype/branches/archetype-1.0.x/pom.xml
URL: http://svn.apache.org/viewcvs/maven/archetype/branches/archetype-1.0.x/pom.xml?rev=400425&r1=400424&r2=400425&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/pom.xml Sat May  6 22:11:48 2006
@@ -39,6 +39,7 @@
     <module>maven-archetype-creator</module>    
     <module>maven-archetype-plugin</module>
     <module>maven-archetype-model</module>
+    <module>maven-archetypes</module>
   </modules>
   <build>
     <pluginManagement>