[maven-release-plugin]  copy for tag 2.0-alpha-2

git-svn-id: https://svn.apache.org/repos/asf/maven/archetype/tags/2.0-alpha-2@628910 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/archetype-common/pom.xml b/archetype-common/pom.xml
index 1165c65..bde1044 100644
--- a/archetype-common/pom.xml
+++ b/archetype-common/pom.xml
@@ -1,417 +1,417 @@
-<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/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.maven.archetype</groupId>
-    <artifactId>maven-archetype</artifactId>
-    <version>2.0-SNAPSHOT</version>
-  </parent>
-  <artifactId>archetype-common</artifactId>
-  <name>Maven Archetype Common</name>
-  <packaging>jar</packaging>
-  <dependencies>    
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>net.sourceforge.jchardet</groupId>
-      <artifactId>jchardet</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>dom4j</groupId>
-      <artifactId>dom4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>jdom</groupId>
-      <artifactId>jdom</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-model</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-plugin-testing-harness</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-velocity</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>dom4j</groupId>
-      <artifactId>dom4j</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.cargo</groupId>
-      <artifactId>cargo-core-api-container</artifactId>
-      <version>0.9</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.cargo</groupId>
-      <artifactId>cargo-core-api-util</artifactId>
-      <version>0.9</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.cargo</groupId>
-      <artifactId>cargo-core-api-generic</artifactId>
-      <version>0.9</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.cargo</groupId>
-      <artifactId>cargo-core-api-module</artifactId>
-      <version>0.9</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.cargo</groupId>
-      <artifactId>cargo-core-container-jetty</artifactId>
-      <version>0.9</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mortbay.jetty</groupId>
-      <artifactId>jetty</artifactId>
-      <version>6.1.4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.wagon</groupId>
-      <artifactId>wagon-file</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.wagon</groupId>
-      <artifactId>wagon-http</artifactId>
-      <version>1.0-beta-2</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>archetype-repository</artifactId>
-      <version>${project.version}</version>
-      <type>war</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>${project.groupId}</groupId>
-      <artifactId>archetype-proxy</artifactId>
-      <version>${project.version}</version>
-      <type>war</type>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <testResources>
-      <testResource>
-        <directory>src/test/resources</directory>
-        <filtering>true</filtering>
-      </testResource>
-    </testResources>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.modello</groupId>
-        <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-14</version>
-        <executions>
-          <execution>
-            <id>archetype-common</id>
-            <goals>
-              <goal>java</goal>
-              <goal>xsd</goal>
-              <goal>xpp3-reader</goal>
-              <goal>xpp3-writer</goal>
-            </goals>
-            <configuration>
-              <version>1.0.0</version>
-              <model>src/main/mdo/archetype-common.mdo</model>
-            </configuration>
-          </execution>
-          <execution>
-            <id>archetype-registry</id>
-            <goals>
-              <goal>java</goal>
-              <goal>xsd</goal>
-              <goal>xpp3-reader</goal>
-              <goal>xpp3-writer</goal>
-            </goals>
-            <configuration>
-              <version>1.0.0</version>
-              <model>src/main/mdo/archetype-registry.mdo</model>
-            </configuration>
-          </execution>
-          <execution>
-            <id>archetype-descriptor</id>
-            <goals>
-              <goal>java</goal>
-              <goal>xsd</goal>
-              <goal>xpp3-reader</goal>
-              <goal>xpp3-writer</goal>
-            </goals>
-            <configuration>
-              <version>1.0.0</version>
-              <model>src/main/mdo/archetype-descriptor.mdo</model>
-            </configuration>
-          </execution>
-          <execution>
-            <id>archetype-catalog</id>
-            <goals>
-              <goal>java</goal>
-              <goal>xsd</goal>
-              <goal>xpp3-reader</goal>
-              <goal>xpp3-writer</goal>
-            </goals>
-            <configuration>
-              <version>1.0.0</version>
-              <model>src/main/mdo/archetype-catalog.mdo</model>
-            </configuration>
-          </execution>
-          <execution>
-            <id>archetype-old</id>
-            <goals>
-              <goal>java</goal>
-              <goal>xsd</goal>
-              <goal>xpp3-reader</goal>
-              <goal>xpp3-writer</goal>
-            </goals>
-            <configuration>
-              <version>1.0.0</version>
-              <model>src/main/mdo/archetype.mdo</model>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy</id>
-            <phase>process-test-resources</phase>
-            <goals>
-              <goal>copy-dependencies</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>${project.build.directory}/wars</outputDirectory>
-              <overWriteReleases>true</overWriteReleases>
-              <overWriteSnapshots>true</overWriteSnapshots>
-              <includeTypes>war</includeTypes>
-              <stripVersion>true</stripVersion>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-antrun-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>ant</groupId>
-            <artifactId>ant-antlr</artifactId>
-            <version>1.6.5</version>
-          </dependency>
-        </dependencies>
-
-        <executions>
-          <execution>
-            <id>archetype-test</id>
-            <phase>process-test-resources</phase>
-            <configuration>
-              <tasks>
-                <property name="test.projects.name" value="basic" />
-                <property name="test.projects.version" value="1.0" />
-                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />
-                <property name="test.projects.source.directory" value="${test.projects.archetype}" />
-                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />
-                <property name="test.projects.repository" value="repositories/central" />
-
-                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />
-
-                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-
-          <execution>
-            <id>archetype-test-partial</id>
-            <phase>process-test-resources</phase>
-            <configuration>
-              <tasks>
-                <property name="test.projects.name" value="partial" />
-                <property name="test.projects.version" value="1.0" />
-                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />
-                <property name="test.projects.source.directory" value="${test.projects.archetype}" />
-                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />
-                <property name="test.projects.repository" value="repositories/central" />
-                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />
-
-                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-
-          <execution>
-            <id>archetype-test-site</id>
-            <phase>process-test-resources</phase>
-            <configuration>
-              <tasks>
-                <property name="test.projects.name" value="site" />
-                <property name="test.projects.version" value="1.0" />
-                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />
-                <property name="test.projects.source.directory" value="${test.projects.archetype}" />
-                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />
-                <property name="test.projects.repository" value="repositories/central" />
-
-                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />
-
-                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-
-          <execution>
-            <id>archetype-test-old</id>
-            <phase>process-test-resources</phase>
-            <configuration>
-              <tasks>
-                <property name="test.projects.name" value="old" />
-                <property name="test.projects.version" value="1.0" />
-                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />
-                <property name="test.projects.source.directory" value="${test.projects.archetype}" />
-                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />
-                <property name="test.projects.repository" value="repositories/central" />
-
-                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />
-
-                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-
-          <execution>
-            <id>archetype-test-fileset</id>
-            <phase>process-test-resources</phase>
-            <configuration>
-              <tasks>
-                <property name="test.projects.name" value="fileset" />
-                <property name="test.projects.version" value="1.0" />
-                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />
-                <property name="test.projects.source.directory" value="${test.projects.archetype}" />
-                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />
-                <property name="test.projects.repository" value="repositories/central" />
-
-                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />
-
-                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-
-          <execution>
-            <id>repository-metadata</id>
-            <phase>process-test-resources</phase>
-            <configuration>
-              <tasks>
-                <property name="test.projects.source.directory" value="${test.projects.archetype}" />
-                <property name="test.projects.target.directory" value="archetypes" />
-                <property name="test.projects.repository" value="repositories/central" />
-
-                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}" />
-              </tasks>
-            </configuration>
-            <goals>
-              <goal>run</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <!--plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-              <excludes>
-                  <exclude>**/ArchetyperRoundtripTest.java</exclude>
-                  <exclude>**/ArchetyperRoundtripWithProxyTest.java</exclude>
-                  <exclude>**/DefaultRepositoryCrawlerTest.java</exclude>
-              </excludes>
-          </configuration>
-      </plugin-->
-    </plugins>
-  </build>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-    </plugins>
-  </reporting>
-  
-  <profiles>
-      <profile>
-          <id>internal-catalog</id>
-          <build>
-              <plugins>
-                  <plugin>
-                      <groupId>org.apache.maven.plugins</groupId>
-                      <artifactId>maven-surefire-plugin</artifactId>
-                      <configuration>
-                          <includes>
-                              <include>**/*Verification.java</include>
-                          </includes>
-                      </configuration>
-                  </plugin>
-              </plugins>
-          </build>          
-      </profile>
-  </profiles>
-</project>
+<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/maven-v4_0_0.xsd">

+

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.maven.archetype</groupId>

+    <artifactId>maven-archetype</artifactId>

+    <version>2.0-alpha-2</version>

+  </parent>

+  <artifactId>archetype-common</artifactId>

+  <name>Maven Archetype Common</name>

+  <packaging>jar</packaging>

+  <dependencies>    

+    <dependency>

+      <groupId>org.apache.maven</groupId>

+      <artifactId>maven-core</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>net.sourceforge.jchardet</groupId>

+      <artifactId>jchardet</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>dom4j</groupId>

+      <artifactId>dom4j</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>jdom</groupId>

+      <artifactId>jdom</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.maven</groupId>

+      <artifactId>maven-model</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.maven</groupId>

+      <artifactId>maven-project</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.plexus</groupId>

+      <artifactId>plexus-container-default</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.plexus</groupId>

+      <artifactId>plexus-utils</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.maven.shared</groupId>

+      <artifactId>maven-plugin-testing-harness</artifactId>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>commons-io</groupId>

+      <artifactId>commons-io</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.plexus</groupId>

+      <artifactId>plexus-velocity</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>velocity</groupId>

+      <artifactId>velocity</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>dom4j</groupId>

+      <artifactId>dom4j</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>commons-collections</groupId>

+      <artifactId>commons-collections</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.cargo</groupId>

+      <artifactId>cargo-core-api-container</artifactId>

+      <version>0.9</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.cargo</groupId>

+      <artifactId>cargo-core-api-util</artifactId>

+      <version>0.9</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.cargo</groupId>

+      <artifactId>cargo-core-api-generic</artifactId>

+      <version>0.9</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.cargo</groupId>

+      <artifactId>cargo-core-api-module</artifactId>

+      <version>0.9</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.codehaus.cargo</groupId>

+      <artifactId>cargo-core-container-jetty</artifactId>

+      <version>0.9</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.mortbay.jetty</groupId>

+      <artifactId>jetty</artifactId>

+      <version>6.1.4</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.maven.wagon</groupId>

+      <artifactId>wagon-file</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.maven.wagon</groupId>

+      <artifactId>wagon-http</artifactId>

+      <version>1.0-beta-2</version>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>${project.groupId}</groupId>

+      <artifactId>archetype-repository</artifactId>

+      <version>${project.version}</version>

+      <type>war</type>

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>${project.groupId}</groupId>

+      <artifactId>archetype-proxy</artifactId>

+      <version>${project.version}</version>

+      <type>war</type>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+  <build>

+    <testResources>

+      <testResource>

+        <directory>src/test/resources</directory>

+        <filtering>true</filtering>

+      </testResource>

+    </testResources>

+    <plugins>

+      <plugin>

+        <groupId>org.codehaus.modello</groupId>

+        <artifactId>modello-maven-plugin</artifactId>

+        <version>1.0-alpha-14</version>

+        <executions>

+          <execution>

+            <id>archetype-common</id>

+            <goals>

+              <goal>java</goal>

+              <goal>xsd</goal>

+              <goal>xpp3-reader</goal>

+              <goal>xpp3-writer</goal>

+            </goals>

+            <configuration>

+              <version>1.0.0</version>

+              <model>src/main/mdo/archetype-common.mdo</model>

+            </configuration>

+          </execution>

+          <execution>

+            <id>archetype-registry</id>

+            <goals>

+              <goal>java</goal>

+              <goal>xsd</goal>

+              <goal>xpp3-reader</goal>

+              <goal>xpp3-writer</goal>

+            </goals>

+            <configuration>

+              <version>1.0.0</version>

+              <model>src/main/mdo/archetype-registry.mdo</model>

+            </configuration>

+          </execution>

+          <execution>

+            <id>archetype-descriptor</id>

+            <goals>

+              <goal>java</goal>

+              <goal>xsd</goal>

+              <goal>xpp3-reader</goal>

+              <goal>xpp3-writer</goal>

+            </goals>

+            <configuration>

+              <version>1.0.0</version>

+              <model>src/main/mdo/archetype-descriptor.mdo</model>

+            </configuration>

+          </execution>

+          <execution>

+            <id>archetype-catalog</id>

+            <goals>

+              <goal>java</goal>

+              <goal>xsd</goal>

+              <goal>xpp3-reader</goal>

+              <goal>xpp3-writer</goal>

+            </goals>

+            <configuration>

+              <version>1.0.0</version>

+              <model>src/main/mdo/archetype-catalog.mdo</model>

+            </configuration>

+          </execution>

+          <execution>

+            <id>archetype-old</id>

+            <goals>

+              <goal>java</goal>

+              <goal>xsd</goal>

+              <goal>xpp3-reader</goal>

+              <goal>xpp3-writer</goal>

+            </goals>

+            <configuration>

+              <version>1.0.0</version>

+              <model>src/main/mdo/archetype.mdo</model>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-dependency-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>copy</id>

+            <phase>process-test-resources</phase>

+            <goals>

+              <goal>copy-dependencies</goal>

+            </goals>

+            <configuration>

+              <outputDirectory>${project.build.directory}/wars</outputDirectory>

+              <overWriteReleases>true</overWriteReleases>

+              <overWriteSnapshots>true</overWriteSnapshots>

+              <includeTypes>war</includeTypes>

+              <stripVersion>true</stripVersion>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-antrun-plugin</artifactId>

+        <dependencies>

+          <dependency>

+            <groupId>ant</groupId>

+            <artifactId>ant-antlr</artifactId>

+            <version>1.6.5</version>

+          </dependency>

+        </dependencies>

+

+        <executions>

+          <execution>

+            <id>archetype-test</id>

+            <phase>process-test-resources</phase>

+            <configuration>

+              <tasks>

+                <property name="test.projects.name" value="basic" />

+                <property name="test.projects.version" value="1.0" />

+                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />

+                <property name="test.projects.source.directory" value="${test.projects.archetype}" />

+                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />

+                <property name="test.projects.repository" value="repositories/central" />

+

+                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />

+

+                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+

+          <execution>

+            <id>archetype-test-partial</id>

+            <phase>process-test-resources</phase>

+            <configuration>

+              <tasks>

+                <property name="test.projects.name" value="partial" />

+                <property name="test.projects.version" value="1.0" />

+                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />

+                <property name="test.projects.source.directory" value="${test.projects.archetype}" />

+                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />

+                <property name="test.projects.repository" value="repositories/central" />

+                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />

+

+                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+

+          <execution>

+            <id>archetype-test-site</id>

+            <phase>process-test-resources</phase>

+            <configuration>

+              <tasks>

+                <property name="test.projects.name" value="site" />

+                <property name="test.projects.version" value="1.0" />

+                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />

+                <property name="test.projects.source.directory" value="${test.projects.archetype}" />

+                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />

+                <property name="test.projects.repository" value="repositories/central" />

+

+                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />

+

+                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+

+          <execution>

+            <id>archetype-test-old</id>

+            <phase>process-test-resources</phase>

+            <configuration>

+              <tasks>

+                <property name="test.projects.name" value="old" />

+                <property name="test.projects.version" value="1.0" />

+                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />

+                <property name="test.projects.source.directory" value="${test.projects.archetype}" />

+                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />

+                <property name="test.projects.repository" value="repositories/central" />

+

+                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />

+

+                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+

+          <execution>

+            <id>archetype-test-fileset</id>

+            <phase>process-test-resources</phase>

+            <configuration>

+              <tasks>

+                <property name="test.projects.name" value="fileset" />

+                <property name="test.projects.version" value="1.0" />

+                <property name="test.projects.archetype" value="${test.projects.name}-${test.projects.version}" />

+                <property name="test.projects.source.directory" value="${test.projects.archetype}" />

+                <property name="test.projects.target.directory" value="archetypes/${test.projects.name}/${test.projects.version}" />

+                <property name="test.projects.repository" value="repositories/central" />

+

+                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/" />

+

+                <jar destfile="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}/${test.projects.archetype}.jar" basedir="${basedir}/src/test/archetypes/${test.projects.source.directory}/" />

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+

+          <execution>

+            <id>repository-metadata</id>

+            <phase>process-test-resources</phase>

+            <configuration>

+              <tasks>

+                <property name="test.projects.source.directory" value="${test.projects.archetype}" />

+                <property name="test.projects.target.directory" value="archetypes" />

+                <property name="test.projects.repository" value="repositories/central" />

+

+                <mkdir dir="${basedir}/target/test-classes/${test.projects.repository}/${test.projects.target.directory}" />

+              </tasks>

+            </configuration>

+            <goals>

+              <goal>run</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <!--plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-surefire-plugin</artifactId>

+          <configuration>

+              <excludes>

+                  <exclude>**/ArchetyperRoundtripTest.java</exclude>

+                  <exclude>**/ArchetyperRoundtripWithProxyTest.java</exclude>

+                  <exclude>**/DefaultRepositoryCrawlerTest.java</exclude>

+              </excludes>

+          </configuration>

+      </plugin-->

+    </plugins>

+  </build>

+  <reporting>

+    <plugins>

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>cobertura-maven-plugin</artifactId>

+        <version>2.2</version>

+      </plugin>

+    </plugins>

+  </reporting>

+  

+  <profiles>

+      <profile>

+          <id>internal-catalog</id>

+          <build>

+              <plugins>

+                  <plugin>

+                      <groupId>org.apache.maven.plugins</groupId>

+                      <artifactId>maven-surefire-plugin</artifactId>

+                      <configuration>

+                          <includes>

+                              <include>**/*Verification.java</include>

+                          </includes>

+                      </configuration>

+                  </plugin>

+              </plugins>

+          </build>          

+      </profile>

+  </profiles>

+</project>
\ No newline at end of file
diff --git a/archetype-packaging/pom.xml b/archetype-packaging/pom.xml
index bf42634..d7fc005 100644
--- a/archetype-packaging/pom.xml
+++ b/archetype-packaging/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.apache.maven.archetype</groupId>
     <artifactId>maven-archetype</artifactId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-alpha-2</version>
   </parent>
 
   <artifactId>archetype-packaging</artifactId>
diff --git a/archetype-plugin/pom.xml b/archetype-plugin/pom.xml
index c2b9fad..da43a57 100644
--- a/archetype-plugin/pom.xml
+++ b/archetype-plugin/pom.xml
@@ -1,129 +1,129 @@
-<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/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.apache.maven.archetype</groupId>
-    <artifactId>maven-archetype</artifactId>
-    <version>2.0-SNAPSHOT</version>
-  </parent>
-
-  <!--
-    The purpose of having groupId different from other
-    modules is to call mvn archetype:*
-    w/out the need to add a plugin group in settings
-  -->
-  <groupId>org.apache.maven.plugins</groupId>
-  <artifactId>maven-archetype-plugin</artifactId>
-
-  <name>Maven Archetype Plugin</name>
-  <url>http://maven.apache.org/plugins/maven-archetype-plugin</url>
-  <packaging>maven-plugin</packaging>
-
-  <prerequisites>
-    <maven>2.0.7</maven>
-  </prerequisites>
-  
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-plugin</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk/archetype-plugin</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin</url>
-  </scm>
-
-
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.maven.archetype</groupId>
-      <artifactId>archetype-common</artifactId>
-      <version>2.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven.shared</groupId>
-      <artifactId>maven-invoker</artifactId>
-      <version>2.0.6</version>
-    </dependency>
-    <dependency>
-      <groupId>easymock</groupId>
-      <artifactId>easymock</artifactId>
-      <version>1.2_Java1.3</version>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <configuration>
-          <goalPrefix>archetype</goalPrefix>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-site-plugin</artifactId>
-        <configuration>
-          <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.2</version>
-        <reportSets>
-          <reportSet>
-            <reports>
-              <report>report</report>
-            </reports>
-          </reportSet>
-        </reportSets>
-      </plugin>
-    </plugins>
-  </reporting>
-
-  <profiles>
-    <profile>
-      <id>ciProfile</id>
-      <activation>
-        <property>
-          <name>enableCiProfile</name>
-          <value>true</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-docck-plugin</artifactId>
-            <version>1.0-beta-2</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-archetype-plugin</url>
-    </site>
-  </distributionManagement>
-</project>
+<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/maven-v4_0_0.xsd">

+

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.apache.maven.archetype</groupId>

+    <artifactId>maven-archetype</artifactId>

+    <version>2.0-alpha-2</version>

+  </parent>

+

+  <!--

+    The purpose of having groupId different from other

+    modules is to call mvn archetype:*

+    w/out the need to add a plugin group in settings

+  -->

+  <groupId>org.apache.maven.plugins</groupId>

+  <artifactId>maven-archetype-plugin</artifactId>

+

+  <name>Maven Archetype Plugin</name>

+  <url>http://maven.apache.org/plugins/maven-archetype-plugin</url>

+  <packaging>maven-plugin</packaging>

+

+  <prerequisites>

+    <maven>2.0.7</maven>

+  </prerequisites>

+  

+  <scm>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/tags/2.0-alpha-2/archetype-plugin</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/tags/2.0-alpha-2/archetype-plugin</developerConnection>

+    <url>http://svn.apache.org/viewvc/maven/archetype/tags/2.0-alpha-2/archetype-plugin</url>

+  </scm>

+

+

+  <dependencies>

+    <dependency>

+      <groupId>org.apache.maven.archetype</groupId>

+      <artifactId>archetype-common</artifactId>

+      <version>2.0-alpha-2</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.maven</groupId>

+      <artifactId>maven-plugin-api</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.maven</groupId>

+      <artifactId>maven-core</artifactId>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.maven.shared</groupId>

+      <artifactId>maven-invoker</artifactId>

+      <version>2.0.6</version>

+    </dependency>

+    <dependency>

+      <groupId>easymock</groupId>

+      <artifactId>easymock</artifactId>

+      <version>1.2_Java1.3</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-plugin-plugin</artifactId>

+        <configuration>

+          <goalPrefix>archetype</goalPrefix>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-site-plugin</artifactId>

+        <configuration>

+          <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${artifactId}-${version}</stagingSiteURL>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+  <reporting>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-plugin-plugin</artifactId>

+        <version>2.2</version>

+        <reportSets>

+          <reportSet>

+            <reports>

+              <report>report</report>

+            </reports>

+          </reportSet>

+        </reportSets>

+      </plugin>

+    </plugins>

+  </reporting>

+

+  <profiles>

+    <profile>

+      <id>ciProfile</id>

+      <activation>

+        <property>

+          <name>enableCiProfile</name>

+          <value>true</value>

+        </property>

+      </activation>

+      <build>

+        <plugins>

+          <plugin>

+            <artifactId>maven-docck-plugin</artifactId>

+            <version>1.0-beta-2</version>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>check</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+  </profiles>

+

+  <distributionManagement>

+    <site>

+      <id>apache.website</id>

+      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-archetype-plugin</url>

+    </site>

+  </distributionManagement>

+</project>
\ No newline at end of file
diff --git a/archetype-testing/archetype-proxy/pom.xml b/archetype-testing/archetype-proxy/pom.xml
index 64b6077..13fc6fd 100644
--- a/archetype-testing/archetype-proxy/pom.xml
+++ b/archetype-testing/archetype-proxy/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>archetype-testing</artifactId>
     <groupId>org.apache.maven.archetype</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-alpha-2</version>
   </parent>
 
   <artifactId>archetype-proxy</artifactId>
diff --git a/archetype-testing/archetype-repository/pom.xml b/archetype-testing/archetype-repository/pom.xml
index 727d9f2..331277f 100644
--- a/archetype-testing/archetype-repository/pom.xml
+++ b/archetype-testing/archetype-repository/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>archetype-testing</artifactId>
     <groupId>org.apache.maven.archetype</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-alpha-2</version>
   </parent>
 
   <artifactId>archetype-repository</artifactId>
diff --git a/archetype-testing/pom.xml b/archetype-testing/pom.xml
index 8804cb0..b772949 100644
--- a/archetype-testing/pom.xml
+++ b/archetype-testing/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>maven-archetype</artifactId>
     <groupId>org.apache.maven.archetype</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.0-alpha-2</version>
   </parent>
 
   <artifactId>archetype-testing</artifactId>
diff --git a/pom.xml b/pom.xml
index a5a4849..148bcac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,401 +1,401 @@
-<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/maven-v4_0_0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.maven</groupId>
-        <artifactId>maven-parent</artifactId>
-        <version>7</version>
-        <relativePath>../pom/maven/pom.xml</relativePath>
-    </parent>
-
-    <groupId>org.apache.maven.archetype</groupId>
-    <artifactId>maven-archetype</artifactId>
-    <version>2.0-SNAPSHOT</version>
-
-    <name>Maven Archetype</name>
-    <packaging>pom</packaging>
-
-    <modules>
-        <module>archetype-testing</module>
-        <module>archetype-common</module>
-        <module>archetype-plugin</module>
-        <module>archetype-packaging</module>
-    </modules>
-
-    <properties>
-        <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>
-    </properties>
-
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-    <issueManagement>
-        <system>jira</system>
-        <url>http://jira.codehaus.org/browse/ARCHETYPE</url>
-    </issueManagement>
-    <inceptionYear>2007</inceptionYear>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <reportSets>
-                    <reportSet />
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-pmd-plugin</artifactId>
-                <reportSets>
-                    <reportSet />
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <reportSets>
-                    <reportSet />
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jxr-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                    <links>
-                        <link>http://java.sun.com/j2ee/1.4/docs/api</link>
-                        <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-                        <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
-                        <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
-                        <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
-                        <link>http://www.junit.org/junit/javadoc/</link>
-                        <link>http://logging.apache.org/log4j/docs/api/</link>
-                        <link>http://jakarta.apache.org/regexp/apidocs/</link>
-                        <link>http://jakarta.apache.org/velocity/api/</link>
-                    </links>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>taglist-maven-plugin</artifactId>
-                <reportSets>
-                    <reportSet />
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-plugin-plugin</artifactId>
-                <reportSets>
-                    <reportSet />
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.maven.archetype</groupId>
-                <artifactId>archetype-common</artifactId>
-                <version>2.0-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven</groupId>
-                <artifactId>maven-plugin-api</artifactId>
-                <version>${mavenVersion}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven</groupId>
-                <artifactId>maven-model</artifactId>
-                <version>${mavenVersion}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-utils</artifactId>
-                <version>1.4.6</version>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-interactivity-api</artifactId>
-                <version>1.0-alpha-5</version>
-            </dependency>
-            <dependency>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-velocity</artifactId>
-                <version>1.1.3</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>1.3.1</version>
-            </dependency>
-            <dependency>
-                <groupId>dom4j</groupId>
-                <artifactId>dom4j</artifactId>
-                <version>1.6.1</version>
-            </dependency>
-            <dependency>
-                <groupId>jdom</groupId>
-                <artifactId>jdom</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>velocity</groupId>
-                <artifactId>velocity</artifactId>
-                <version>1.4</version>
-            </dependency>
-            <dependency>
-                <groupId>net.sourceforge.jchardet</groupId>
-                <artifactId>jchardet</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-collections</groupId>
-                <artifactId>commons-collections</artifactId>
-                <version>3.2</version>
-            </dependency>
-            <dependency>
-                <groupId>junit</groupId>
-                <artifactId>junit</artifactId>
-                <version>3.8.1</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven.shared</groupId>
-                <artifactId>maven-plugin-testing-harness</artifactId>
-                <version>1.0-beta-1</version>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.maven.wagon</groupId>
-                <artifactId>wagon-file</artifactId>
-                <version>1.0-alpha-6</version>
-                <scope>test</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-    <profiles>
-        <profile>
-            <id>maven2.0</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <properties>
-                <mavenVersion>2.0.8</mavenVersion>
-            </properties>
-            <dependencyManagement>
-                <dependencies>                    
-                    <dependency>
-                        <groupId>org.apache.maven</groupId>
-                        <artifactId>maven-project</artifactId>
-                        <version>${mavenVersion}</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.maven</groupId>
-                        <artifactId>maven-core</artifactId>
-                        <version>${mavenVersion}</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.codehaus.plexus</groupId>
-                        <artifactId>plexus-container-default</artifactId>
-                        <version>1.0-alpha-9-stable-1</version>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
-        <profile>
-            <id>maven2.1</id>
-            <properties>
-                <mavenVersion>2.1-SNAPSHOT</mavenVersion>
-            </properties>
-            <dependencyManagement>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.maven</groupId>
-                        <artifactId>maven-plugin-api</artifactId>
-                        <version>${mavenVersion}</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.maven</groupId>
-                        <artifactId>maven-model</artifactId>
-                        <version>${mavenVersion}</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.maven</groupId>
-                        <artifactId>maven-project</artifactId>
-                        <version>${mavenVersion}</version>
-                        <exclusions>
-                            <exclusion>
-                                <groupId>org.apache.maven</groupId>
-                                <artifactId>maven-artifact</artifactId>
-                            </exclusion>
-                            <exclusion>
-                                <groupId>org.apache.maven</groupId>
-                                <artifactId>maven-artifact-manager</artifactId>
-                            </exclusion>
-                        </exclusions>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.maven</groupId>
-                        <artifactId>maven-core</artifactId>
-                        <version>${mavenVersion}</version>
-                        <exclusions>
-                            <exclusion>
-                                <groupId>org.apache.maven</groupId>
-                                <artifactId>maven-artifact</artifactId>
-                            </exclusion>
-                            <exclusion>
-                                <groupId>org.apache.maven</groupId>
-                                <artifactId>maven-artifact-manager</artifactId>
-                            </exclusion>
-                        </exclusions>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.apache.maven.artifact</groupId>
-                        <artifactId>maven-artifact</artifactId>
-                        <version>3.0-SNAPSHOT</version>
-                    </dependency>
-                    <dependency>
-                        <groupId>org.codehaus.plexus</groupId>
-                        <artifactId>plexus-container-default</artifactId>
-                        <version>1.0-alpha-40</version>
-                    </dependency>
-                </dependencies>
-            </dependencyManagement>
-        </profile>
-    </profiles> 
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk</url>
-    </scm>
-
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-release-plugin</artifactId>
-                    <configuration>
-                        <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>      
-                        <preparationGoals>clean install</preparationGoals>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.3</version>
-                </plugin>  
-                <plugin>
-                    <artifactId>maven-clean-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>  
-                <plugin>
-                    <artifactId>maven-gpg-plugin</artifactId>
-                    <version>1.0-alpha-4</version>
-                </plugin>  
-                <plugin>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.3</version>
-                </plugin>  
-                <plugin>
-                    <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.3</version>
-                </plugin> 
-                <plugin>
-                    <artifactId>maven-compiler-plugin</artifactId>
-                    <version>2.0.2</version>
-                </plugin>        
-                <plugin>
-                    <artifactId>maven-install-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>              
-                <plugin>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-6</version>
-                </plugin>              
-                <plugin>
-                    <artifactId>maven-source-plugin</artifactId>
-                    <version>2.0.3</version>
-                </plugin>   
-                <plugin>
-                    <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>       
-                <plugin>
-                    <artifactId>maven-war-plugin</artifactId>
-                    <version>2.1-alpha-1</version>
-                </plugin>       
-                <plugin>
-                    <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.1</version>
-                </plugin>      
-                <plugin>
-                    <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.0</version>
-                </plugin> 
-                <plugin>
-                    <artifactId>maven-plugin-plugin</artifactId>
-                    <version>2.3</version>
-                </plugin>                   
-                <plugin>
-                    <groupId>org.mortbay.jetty</groupId>
-                    <artifactId>maven-jetty-plugin</artifactId>
-                    <version>6.1.6</version>
-                </plugin>                   
-            </plugins>
-        </pluginManagement>
-        <plugins>
-            <plugin>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.4</source>
-                    <target>1.4</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.plexus</groupId>
-                <artifactId>plexus-maven-plugin</artifactId>
-                <version>1.3.5</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>descriptor</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <!--<plugin>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>enforce</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <rules>
-                <requirePluginVersions>
-                  <banSnapshots>false</banSnapshots>
-                </requirePluginVersions>
-              </rules>
-            </configuration>
-          </plugin>-->
-        </plugins>
-    </build>
+<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/maven-v4_0_0.xsd">

+

+    <modelVersion>4.0.0</modelVersion>

+    <parent>

+        <groupId>org.apache.maven</groupId>

+        <artifactId>maven-parent</artifactId>

+        <version>7</version>

+        <relativePath>../pom/maven/pom.xml</relativePath>

+    </parent>

+

+    <groupId>org.apache.maven.archetype</groupId>

+    <artifactId>maven-archetype</artifactId>

+    <version>2.0-alpha-2</version>

+

+    <name>Maven Archetype</name>

+    <packaging>pom</packaging>

+

+    <modules>

+        <module>archetype-testing</module>

+        <module>archetype-common</module>

+        <module>archetype-plugin</module>

+        <module>archetype-packaging</module>

+    </modules>

+

+    <properties>

+        <netbeans.hint.useExternalMaven>true</netbeans.hint.useExternalMaven>

+    </properties>

+

+    <licenses>

+        <license>

+            <name>The Apache Software License, Version 2.0</name>

+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

+            <distribution>repo</distribution>

+        </license>

+    </licenses>

+    <issueManagement>

+        <system>jira</system>

+        <url>http://jira.codehaus.org/browse/ARCHETYPE</url>

+    </issueManagement>

+    <inceptionYear>2007</inceptionYear>

+

+    <reporting>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-surefire-report-plugin</artifactId>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-checkstyle-plugin</artifactId>

+                <reportSets>

+                    <reportSet />

+                </reportSets>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-pmd-plugin</artifactId>

+                <reportSets>

+                    <reportSet />

+                </reportSets>

+            </plugin>

+            <plugin>

+                <groupId>org.codehaus.mojo</groupId>

+                <artifactId>cobertura-maven-plugin</artifactId>

+                <reportSets>

+                    <reportSet />

+                </reportSets>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-jxr-plugin</artifactId>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-javadoc-plugin</artifactId>

+                <configuration>

+                    <links>

+                        <link>http://java.sun.com/j2ee/1.4/docs/api</link>

+                        <link>http://java.sun.com/j2se/1.5.0/docs/api</link>

+                        <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>

+                        <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>

+                        <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>

+                        <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>

+                        <link>http://jakarta.apache.org/commons/logging/apidocs/</link>

+                        <link>http://jakarta.apache.org/commons/pool/apidocs/</link>

+                        <link>http://www.junit.org/junit/javadoc/</link>

+                        <link>http://logging.apache.org/log4j/docs/api/</link>

+                        <link>http://jakarta.apache.org/regexp/apidocs/</link>

+                        <link>http://jakarta.apache.org/velocity/api/</link>

+                    </links>

+                </configuration>

+            </plugin>

+            <plugin>

+                <groupId>org.codehaus.mojo</groupId>

+                <artifactId>taglist-maven-plugin</artifactId>

+                <reportSets>

+                    <reportSet />

+                </reportSets>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-plugin-plugin</artifactId>

+                <reportSets>

+                    <reportSet />

+                </reportSets>

+            </plugin>

+        </plugins>

+    </reporting>

+    <dependencyManagement>

+        <dependencies>

+            <dependency>

+                <groupId>org.apache.maven.archetype</groupId>

+                <artifactId>archetype-common</artifactId>

+                <version>2.0-alpha-2</version>

+            </dependency>

+            <dependency>

+                <groupId>org.apache.maven</groupId>

+                <artifactId>maven-plugin-api</artifactId>

+                <version>${mavenVersion}</version>

+            </dependency>

+            <dependency>

+                <groupId>org.apache.maven</groupId>

+                <artifactId>maven-model</artifactId>

+                <version>${mavenVersion}</version>

+            </dependency>

+            <dependency>

+                <groupId>org.codehaus.plexus</groupId>

+                <artifactId>plexus-utils</artifactId>

+                <version>1.4.6</version>

+            </dependency>

+            <dependency>

+                <groupId>org.codehaus.plexus</groupId>

+                <artifactId>plexus-interactivity-api</artifactId>

+                <version>1.0-alpha-5</version>

+            </dependency>

+            <dependency>

+                <groupId>org.codehaus.plexus</groupId>

+                <artifactId>plexus-velocity</artifactId>

+                <version>1.1.3</version>

+            </dependency>

+            <dependency>

+                <groupId>commons-io</groupId>

+                <artifactId>commons-io</artifactId>

+                <version>1.3.1</version>

+            </dependency>

+            <dependency>

+                <groupId>dom4j</groupId>

+                <artifactId>dom4j</artifactId>

+                <version>1.6.1</version>

+            </dependency>

+            <dependency>

+                <groupId>jdom</groupId>

+                <artifactId>jdom</artifactId>

+                <version>1.0</version>

+            </dependency>

+            <dependency>

+                <groupId>velocity</groupId>

+                <artifactId>velocity</artifactId>

+                <version>1.4</version>

+            </dependency>

+            <dependency>

+                <groupId>net.sourceforge.jchardet</groupId>

+                <artifactId>jchardet</artifactId>

+                <version>1.0</version>

+            </dependency>

+            <dependency>

+                <groupId>commons-collections</groupId>

+                <artifactId>commons-collections</artifactId>

+                <version>3.2</version>

+            </dependency>

+            <dependency>

+                <groupId>junit</groupId>

+                <artifactId>junit</artifactId>

+                <version>3.8.1</version>

+                <scope>test</scope>

+            </dependency>

+            <dependency>

+                <groupId>org.apache.maven.shared</groupId>

+                <artifactId>maven-plugin-testing-harness</artifactId>

+                <version>1.0-beta-1</version>

+                <scope>test</scope>

+            </dependency>

+            <dependency>

+                <groupId>org.apache.maven.wagon</groupId>

+                <artifactId>wagon-file</artifactId>

+                <version>1.0-alpha-6</version>

+                <scope>test</scope>

+            </dependency>

+        </dependencies>

+    </dependencyManagement>

+    <profiles>

+        <profile>

+            <id>maven2.0</id>

+            <activation>

+                <activeByDefault>true</activeByDefault>

+            </activation>

+            <properties>

+                <mavenVersion>2.0.8</mavenVersion>

+            </properties>

+            <dependencyManagement>

+                <dependencies>                    

+                    <dependency>

+                        <groupId>org.apache.maven</groupId>

+                        <artifactId>maven-project</artifactId>

+                        <version>${mavenVersion}</version>

+                    </dependency>

+                    <dependency>

+                        <groupId>org.apache.maven</groupId>

+                        <artifactId>maven-core</artifactId>

+                        <version>${mavenVersion}</version>

+                    </dependency>

+                    <dependency>

+                        <groupId>org.codehaus.plexus</groupId>

+                        <artifactId>plexus-container-default</artifactId>

+                        <version>1.0-alpha-9-stable-1</version>

+                    </dependency>

+                </dependencies>

+            </dependencyManagement>

+        </profile>

+        <profile>

+            <id>maven2.1</id>

+            <properties>

+                <mavenVersion>2.1-SNAPSHOT</mavenVersion>

+            </properties>

+            <dependencyManagement>

+                <dependencies>

+                    <dependency>

+                        <groupId>org.apache.maven</groupId>

+                        <artifactId>maven-plugin-api</artifactId>

+                        <version>${mavenVersion}</version>

+                    </dependency>

+                    <dependency>

+                        <groupId>org.apache.maven</groupId>

+                        <artifactId>maven-model</artifactId>

+                        <version>${mavenVersion}</version>

+                    </dependency>

+                    <dependency>

+                        <groupId>org.apache.maven</groupId>

+                        <artifactId>maven-project</artifactId>

+                        <version>${mavenVersion}</version>

+                        <exclusions>

+                            <exclusion>

+                                <groupId>org.apache.maven</groupId>

+                                <artifactId>maven-artifact</artifactId>

+                            </exclusion>

+                            <exclusion>

+                                <groupId>org.apache.maven</groupId>

+                                <artifactId>maven-artifact-manager</artifactId>

+                            </exclusion>

+                        </exclusions>

+                    </dependency>

+                    <dependency>

+                        <groupId>org.apache.maven</groupId>

+                        <artifactId>maven-core</artifactId>

+                        <version>${mavenVersion}</version>

+                        <exclusions>

+                            <exclusion>

+                                <groupId>org.apache.maven</groupId>

+                                <artifactId>maven-artifact</artifactId>

+                            </exclusion>

+                            <exclusion>

+                                <groupId>org.apache.maven</groupId>

+                                <artifactId>maven-artifact-manager</artifactId>

+                            </exclusion>

+                        </exclusions>

+                    </dependency>

+                    <dependency>

+                        <groupId>org.apache.maven.artifact</groupId>

+                        <artifactId>maven-artifact</artifactId>

+                        <version>3.0-SNAPSHOT</version>

+                    </dependency>

+                    <dependency>

+                        <groupId>org.codehaus.plexus</groupId>

+                        <artifactId>plexus-container-default</artifactId>

+                        <version>1.0-alpha-40</version>

+                    </dependency>

+                </dependencies>

+            </dependencyManagement>

+        </profile>

+    </profiles> 

+

+    <scm>

+        <connection>scm:svn:http://svn.apache.org/repos/asf/maven/archetype/tags/2.0-alpha-2</connection>

+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/tags/2.0-alpha-2</developerConnection>

+        <url>http://svn.apache.org/viewcvs.cgi/maven/archetype/tags/2.0-alpha-2</url>

+    </scm>

+

+    <build>

+        <pluginManagement>

+            <plugins>

+                <plugin>

+                    <artifactId>maven-release-plugin</artifactId>

+                    <configuration>

+                        <tagBase>https://svn.apache.org/repos/asf/maven/archetype/tags</tagBase>      

+                        <preparationGoals>clean install</preparationGoals>

+                    </configuration>

+                </plugin>

+                <plugin>

+                    <artifactId>maven-surefire-plugin</artifactId>

+                    <version>2.3</version>

+                </plugin>  

+                <plugin>

+                    <artifactId>maven-clean-plugin</artifactId>

+                    <version>2.2</version>

+                </plugin>  

+                <plugin>

+                    <artifactId>maven-gpg-plugin</artifactId>

+                    <version>1.0-alpha-4</version>

+                </plugin>  

+                <plugin>

+                    <artifactId>maven-javadoc-plugin</artifactId>

+                    <version>2.3</version>

+                </plugin>  

+                <plugin>

+                    <artifactId>maven-deploy-plugin</artifactId>

+                    <version>2.3</version>

+                </plugin> 

+                <plugin>

+                    <artifactId>maven-compiler-plugin</artifactId>

+                    <version>2.0.2</version>

+                </plugin>        

+                <plugin>

+                    <artifactId>maven-install-plugin</artifactId>

+                    <version>2.2</version>

+                </plugin>              

+                <plugin>

+                    <artifactId>maven-site-plugin</artifactId>

+                    <version>2.0-beta-6</version>

+                </plugin>              

+                <plugin>

+                    <artifactId>maven-source-plugin</artifactId>

+                    <version>2.0.3</version>

+                </plugin>   

+                <plugin>

+                    <artifactId>maven-resources-plugin</artifactId>

+                    <version>2.2</version>

+                </plugin>       

+                <plugin>

+                    <artifactId>maven-war-plugin</artifactId>

+                    <version>2.1-alpha-1</version>

+                </plugin>       

+                <plugin>

+                    <artifactId>maven-antrun-plugin</artifactId>

+                    <version>1.1</version>

+                </plugin>      

+                <plugin>

+                    <artifactId>maven-dependency-plugin</artifactId>

+                    <version>2.0</version>

+                </plugin> 

+                <plugin>

+                    <artifactId>maven-plugin-plugin</artifactId>

+                    <version>2.3</version>

+                </plugin>                   

+                <plugin>

+                    <groupId>org.mortbay.jetty</groupId>

+                    <artifactId>maven-jetty-plugin</artifactId>

+                    <version>6.1.6</version>

+                </plugin>                   

+            </plugins>

+        </pluginManagement>

+        <plugins>

+            <plugin>

+                <artifactId>maven-compiler-plugin</artifactId>

+                <configuration>

+                    <source>1.4</source>

+                    <target>1.4</target>

+                </configuration>

+            </plugin>

+            <plugin>

+                <groupId>org.codehaus.plexus</groupId>

+                <artifactId>plexus-maven-plugin</artifactId>

+                <version>1.3.5</version>

+                <executions>

+                    <execution>

+                        <goals>

+                            <goal>descriptor</goal>

+                        </goals>

+                    </execution>

+                </executions>

+            </plugin>

+            <!--<plugin>

+            <artifactId>maven-enforcer-plugin</artifactId>

+            <version>1.0-SNAPSHOT</version>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>enforce</goal>

+                </goals>

+              </execution>

+            </executions>

+            <configuration>

+              <rules>

+                <requirePluginVersions>

+                  <banSnapshots>false</banSnapshots>

+                </requirePluginVersions>

+              </rules>

+            </configuration>

+          </plugin>-->

+        </plugins>

+    </build>

 </project>
\ No newline at end of file