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/25 22:26:25 UTC

svn commit: r927595 - in /maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles: ./ maven-archetype-archetype/ maven-archetype-j2ee-simple/ maven-archetype-mojo/ maven-archetype-plugin-site/ maven-archetype-plugin/ maven-archetype-portlet/ m...

Author: hboutemy
Date: Thu Mar 25 21:26:24 2010
New Revision: 927595

URL: http://svn.apache.org/viewvc?rev=927595&view=rev
Log:
reordered pom elements

Modified:
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml
    maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-archetype/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,16 +22,19 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>  
-  <description>
-    An archetype which contains a sample archetype. 
-  </description>
+
   <artifactId>maven-archetype-archetype</artifactId>
-  <name>Maven Archetype Archetype</name>
   <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Archetype Archetype</name>
+  <description>
+    An archetype which contains a sample archetype.
+  </description>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-j2ee-simple/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,16 +22,19 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <description>
-    An archetype which contains a simplifed sample J2EE application.
-  </description>  
+
   <artifactId>maven-archetype-j2ee-simple</artifactId>
-  <name>Maven Simple J2EE Archetype</name>
   <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Simple J2EE Archetype</name>
+  <description>
+    An archetype which contains a simplifed sample J2EE application.
+  </description>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-mojo/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,16 +22,19 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-mojo</artifactId>
+  <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Mojo Archetype</name>
   <description>
     An archetype which contains a sample a sample Maven plugin.
   </description>
-  <artifactId>maven-archetype-mojo</artifactId>
-  <name>Maven Mojo Archetype</name>
-  <version>1.1-SNAPSHOT</version>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin-site/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,17 +22,20 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-plugin-site</artifactId>
+  <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Plugin Site Archetype</name>
   <description>
     An archetype which contains a sample Maven plugin site. This archetype can be layered upon an
     existing Maven plugin project.
   </description>
-  <artifactId>maven-archetype-plugin-site</artifactId>
-  <version>1.1-SNAPSHOT</version>
-  <name>Maven Plugin Site Archetype</name>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-plugin/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,16 +22,19 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-plugin</artifactId>
+  <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Plugin Archetype</name>
   <description>
     An archetype which contains a sample Maven plugin.
   </description>
-  <artifactId>maven-archetype-plugin</artifactId>
-  <name>Maven Plugin Archetype</name>
-  <version>1.1-SNAPSHOT</version>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-portlet/pom.xml Thu Mar 25 21:26:24 2010
@@ -20,16 +20,19 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-portlet</artifactId>
+  <version>1.0.2-SNAPSHOT</version>
+
+  <name>Maven Portlet Archetype</name>
   <description>
     An archetype which contains a sample JSR-268 Portlet.
   </description>
-  <artifactId>maven-archetype-portlet</artifactId>
-  <name>Maven Portlet Archetype</name>
-  <version>1.0.2-SNAPSHOT</version>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-profiles/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,16 +22,19 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>1</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-profiles</artifactId>
+  <version>1.0-SNAPSHOT</version>
+
+  <name>Maven Profiles Archetype</name>
   <description>
     An archetype which contains a sample Maven project which demonstrates the use of profiles.
   </description>
-  <artifactId>maven-archetype-profiles</artifactId>
-  <name>Maven Profiles Archetype</name>
-  <version>1.0-SNAPSHOT</version>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-quickstart/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,23 +22,27 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-quickstart</artifactId>
+  <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Quickstart Archetype</name>
   <description>
     An archetype which contains a sample Maven project.
   </description>
-  <artifactId>maven-archetype-quickstart</artifactId>
-  <name>Maven Quickstart Archetype</name>
-  <version>1.1-SNAPSHOT</version>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
     </dependency>
-  </dependencies>  
+  </dependencies>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-simple/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,18 +22,22 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-simple</artifactId>
+  <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Simple Project Archetype</name>
   <description>
     An archetype which contains a simple Maven project.
   </description>
-  <artifactId>maven-archetype-simple</artifactId>
-  <name>Maven Simple Project Archetype</name>
-  <version>1.1-SNAPSHOT</version>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site-simple/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,16 +22,19 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-site-simple</artifactId>
+  <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Archetype for Simple Site</name>
   <description>
     An archetype which contains a sample Maven site.
   </description>
-  <artifactId>maven-archetype-site-simple</artifactId>
-  <name>Maven Archetype for Simple Site</name>
-  <version>1.1-SNAPSHOT</version>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-site/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,18 +22,21 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <description>
-    An archetype which contains a sample Maven site which demonstrates some of the supported document types like
-    APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered 
-    upon an existing Maven project. 
-  </description>  
+
   <artifactId>maven-archetype-site</artifactId>
   <version>1.1-SNAPSHOT</version>
+
   <name>Maven Site Archetype</name>
+  <description>
+    An archetype which contains a sample Maven site which demonstrates some of the supported document types like
+    APT, XDoc, and FML and demonstrates how to i18n your site. This archetype can be layered
+    upon an existing Maven project.
+  </description>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/maven-archetype-webapp/pom.xml Thu Mar 25 21:26:24 2010
@@ -22,16 +22,19 @@ under the License.
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <name>Maven Archetype for Simple Site</name>
+
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
     <version>3</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>maven-archetype-webapp</artifactId>
+  <version>1.1-SNAPSHOT</version>
+
+  <name>Maven Webapp Archetype</name>
   <description>
     An archetype which contains a sample Maven Webapp project.
   </description>
-  <artifactId>maven-archetype-webapp</artifactId>
-  <name>Maven Webapp Archetype</name>
-  <version>1.1-SNAPSHOT</version>
 </project>

Modified: maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml?rev=927595&r1=927594&r2=927595&view=diff
==============================================================================
--- maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml (original)
+++ maven/archetype/branches/archetype-1.0.x/maven-archetype-bundles/pom.xml Thu Mar 25 21:26:24 2010
@@ -20,19 +20,23 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>maven-archetype-parent</artifactId>
     <groupId>org.apache.maven.archetype</groupId>
     <version>2</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
+
   <groupId>org.apache.maven.archetypes</groupId>
   <artifactId>maven-archetype-bundles</artifactId>
   <version>4-SNAPSHOT</version>
   <packaging>pom</packaging>
+
   <name>Maven Archetypes</name>
+
   <modules>
-    <module>maven-archetype-mojo</module> 
+    <module>maven-archetype-mojo</module>
     <module>maven-archetype-site</module>
     <module>maven-archetype-quickstart</module>
     <module>maven-archetype-simple</module>
@@ -42,7 +46,7 @@ under the License.
     <module>maven-archetype-j2ee-simple</module>
     <module>maven-archetype-portlet</module>
     <module>maven-archetype-plugin</module>
-    <module>maven-archetype-plugin-site</module> 
-    <module>maven-archetype-profiles</module>    
+    <module>maven-archetype-plugin-site</module>
+    <module>maven-archetype-profiles</module>
   </modules>
 </project>