You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/10/29 17:48:37 UTC

svn commit: r708937 - in /maven/core-integration-testing/trunk/core-it-support: ./ maven-it-archetype/ maven-it-archetype/src/main/resources/META-INF/maven/ maven-it-archetype/src/main/resources/archetype-resources/ maven-it-archetype/src/main/resource...

Author: aheritier
Date: Wed Oct 29 09:48:36 2008
New Revision: 708937

URL: http://svn.apache.org/viewvc?rev=708937&view=rev
Log:
Update archetype from sample with latest archetype plugin

Modified:
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/pom.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/pom.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/pom.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/rule_set.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/stc_checks.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/pom.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/src/main/java/Class.java
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/pom.xml
    maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/readme.txt
    maven/core-integration-testing/trunk/core-it-support/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/pom.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/pom.xml Wed Oct 29 09:48:36 2008
@@ -1,50 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-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/maven-v4_0_0.xsd">
+<project>
   <modelVersion>4.0.0</modelVersion>
-
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>9</version>
   </parent>
-
   <groupId>org.apache.maven.its</groupId>
-  <artifactId>maven-it-archetype</artifactId>
+  <artifactId>maven-it-sample-archetype</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
-
+  <name>maven-it-sample-archetype</name>
   <build>
     <extensions>
       <extension>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-archetypeng-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>2.0-alpha-4</version>
       </extension>
     </extensions>
     <plugins>
       <plugin>
-        <artifactId>maven-archetypeng-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <artifactId>maven-archetype-plugin</artifactId>
+        <version>2.0-alpha-4</version>
         <extensions>true</extensions>
       </plugin>
     </plugins>

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml Wed Oct 29 09:48:36 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?><archetype-descriptor id="maven-integration-test-sample-archetype">
+<?xml version="1.0" encoding="UTF-8"?><archetype-descriptor name="maven-it-sample">
   <fileSets>
     <fileSet filtered="true" packaged="true" encoding="UTF-8">
       <directory>src/test/java</directory>
@@ -14,13 +14,5 @@
         <include>**/*.xml</include>
       </includes>
     </fileSet>
-    <fileSet filtered="true" encoding="UTF-8">
-      <directory></directory>
-      <includes>
-        <include>.classpath</include>
-        <include>.project</include>
-        <include>out.txt</include>
-      </includes>
-    </fileSet>
   </fileSets>
 </archetype-descriptor>
\ No newline at end of file

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/META-INF/maven/archetype.xml Wed Oct 29 09:48:36 2008
@@ -1,21 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archetype>
-  <id>maven-integration-test-sample-archetype</id>
+<?xml version="1.0" encoding="UTF-8"?><archetype>
+  <id>maven-it-sample</id>
   <testSources>
-    <source>src\test\java\org\apache\maven\it\MavenITmngXXXXDescriptionOfProblemTest.java</source>
+    <source>src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java</source>
   </testSources>
-  <resources>
-    <resource>.classpath</resource>
-    <resource>.project</resource>
-    <resource>out.txt</resource>
-  </resources>
   <testResources>
-    <resource>src\test\resources\mng-xxxx\checkstyle-assembly\pom.xml</resource>
-    <resource>src\test\resources\mng-xxxx\checkstyle-assembly\src\main\resources\rule_set.xml</resource>
-    <resource>src\test\resources\mng-xxxx\checkstyle-assembly\src\main\resources\stc_checks.xml</resource>
-    <resource>src\test\resources\mng-xxxx\checkstyle-test\pom.xml</resource>
-    <resource>src\test\resources\mng-xxxx\checkstyle-test\src\main\java\Class.java</resource>
-    <resource>src\test\resources\mng-xxxx\pom.xml</resource>
-    <resource>src\test\resources\mng-xxxx\readme.txt</resource>
+    <resource>src/test/resources/mng-xxxx/checkstyle-assembly/pom.xml</resource>
+    <resource>src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/rule_set.xml</resource>
+    <resource>src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/stc_checks.xml</resource>
+    <resource>src/test/resources/mng-xxxx/checkstyle-test/pom.xml</resource>
+    <resource>src/test/resources/mng-xxxx/checkstyle-test/src/main/java/Class.java</resource>
+    <resource>src/test/resources/mng-xxxx/pom.xml</resource>
+    <resource>src/test/resources/mng-xxxx/readme.txt</resource>
   </testResources>
-</archetype>
+</archetype>
\ No newline at end of file

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/pom.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/pom.xml Wed Oct 29 09:48:36 2008
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -18,7 +17,6 @@
 specific language governing permissions and limitations
 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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
@@ -26,13 +24,13 @@
   <artifactId>${artifactId}</artifactId>
   <version>${version}</version>
 
-  <name>Maven Integration Tests</name>
+  <name>Maven Integration Test Sample</name>
 
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.0</version>
+      <version>1.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.its</groupId>
@@ -56,7 +54,6 @@
         <enabled>false</enabled>
       </releases>
       <snapshots>
-          <enabled>true</enabled>
       </snapshots>
     </repository>
   </repositories>

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/java/MavenITmngXXXXDescriptionOfProblemTest.java Wed Oct 29 09:48:36 2008
@@ -1,3 +1,6 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 package ${package};
 
 /*
@@ -23,9 +26,8 @@
 import java.util.ArrayList;
 import java.util.List;
 
-import org.apache.maven.it.AbstractMavenIntegrationTestCase;
-import org.apache.maven.it.Verifier;
-import org.apache.maven.it.util.ResourceExtractor;
+import ${package}.Verifier;
+import ${package}.util.ResourceExtractor;
 
 /**
  * This is a sample integration test. The IT tests typically
@@ -38,7 +40,7 @@
  * phases. See more information inline in the code.
  * 
  * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
- * @version $Id$
+ * @version ${symbol_dollar}Id: MavenITmngXXXXDescriptionOfProblemTest.java 707999 2008-10-26 14:42:38Z bentmann ${symbol_dollar}
  */
 public class MavenITmngXXXXDescriptionOfProblemTest
     extends AbstractMavenIntegrationTestCase
@@ -72,9 +74,9 @@
          * makes it easy to do this.
          */
         verifier = new Verifier( testDir.getAbsolutePath() );
-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "parent", "1.0", "pom" );
-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "checkstyle-test", "1.0", "jar" );
-        verifier.deleteArtifact( "org.apache.maven.its.itsample", "checkstyle-assembly", "1.0", "jar" );
+        verifier.deleteArtifact( "${package}s.itsample", "parent", "1.0", "pom" );
+        verifier.deleteArtifact( "${package}s.itsample", "checkstyle-test", "1.0", "jar" );
+        verifier.deleteArtifact( "${package}s.itsample", "checkstyle-assembly", "1.0", "jar" );
 
         /*
          * The Command Line Options (CLI) are passed to the

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/pom.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/pom.xml Wed Oct 29 09:48:36 2008
@@ -1,3 +1,6 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
@@ -23,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.its.itsample</groupId>
+    <groupId>${package}s.itsample</groupId>
     <artifactId>parent</artifactId>
     <version>1</version>
   </parent>

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/rule_set.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/rule_set.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/rule_set.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/rule_set.xml Wed Oct 29 09:48:36 2008
@@ -1,3 +1,6 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 <?xml version="1.0"?>
 <ruleset name="EPHS Custom ruleset"
     xmlns="http://pmd.sf.net/ruleset/1.0.0"

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/stc_checks.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/stc_checks.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/stc_checks.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-assembly/src/main/resources/stc_checks.xml Wed Oct 29 09:48:36 2008
@@ -1,3 +1,6 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 <?xml version="1.0"?>
 <!DOCTYPE module PUBLIC
     "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
@@ -78,8 +81,8 @@
 
 
     <module name="GenericIllegalRegexp"> 
-      <!-- \s matches whitespace character, $ matches end of line. --> 
-      <property name="format" value="(?:\x66\x75\x63\x6B)|(?:\x73\x68\x69\x74)|(?:\x63\x75\x6E\x74)"/>
+      <!-- ${symbol_escape}s matches whitespace character, ${symbol_dollar} matches end of line. --> 
+      <property name="format" value="(?:${symbol_escape}x66${symbol_escape}x75${symbol_escape}x63${symbol_escape}x6B)|(?:${symbol_escape}x73${symbol_escape}x68${symbol_escape}x69${symbol_escape}x74)|(?:${symbol_escape}x63${symbol_escape}x75${symbol_escape}x6E${symbol_escape}x74)"/>
       <property name="ignoreCase" value="true" />
       <property name="message" value="Code contains inappropriate language"/>
 
@@ -99,7 +102,7 @@
     </module> -->
 
 
-    <!-- http://checkstyle.sourceforge.net/config_coding.html#IllegalCatch-->
+    <!-- http://checkstyle.sourceforge.net/config_coding.html${symbol_pound}IllegalCatch-->
    <!-- <module name="IllegalCatch">
       <property name="severity" value="warning"/>
     </module>   

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/pom.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/pom.xml Wed Oct 29 09:48:36 2008
@@ -1,3 +1,6 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
@@ -23,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven.its.itsample</groupId>
+    <groupId>${package}s.itsample</groupId>
     <artifactId>parent</artifactId>
     <version>1</version>
   </parent>
@@ -37,7 +40,7 @@
     <!--This extension is installed by the IT prior to invoking this build. See ../checkstyle-assembly-->
     <extensions>
       <extension>
-        <groupId>org.apache.maven.its.itsample</groupId>
+        <groupId>${package}s.itsample</groupId>
         <artifactId>checkstyle-assembly</artifactId>
         <version>1.0</version>
       </extension>
@@ -64,7 +67,7 @@
             <configuration>
               <configLocation>stc_checks.xml</configLocation>
               <failsOnError>true</failsOnError>
-              <cacheFile>${project.build.directory}/checkstyle-cachefile</cacheFile>
+              <cacheFile>${symbol_dollar}{project.build.directory}/checkstyle-cachefile</cacheFile>
               <consoleOutput>true</consoleOutput>
             </configuration>
           </execution>

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/src/main/java/Class.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/src/main/java/Class.java?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/src/main/java/Class.java (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/checkstyle-test/src/main/java/Class.java Wed Oct 29 09:48:36 2008
@@ -1,3 +1,6 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 public class Class
 {
 

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/pom.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/pom.xml Wed Oct 29 09:48:36 2008
@@ -1,3 +1,6 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
@@ -22,7 +25,7 @@
 <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>
 
-  <groupId>org.apache.maven.its.itsample</groupId>
+  <groupId>${package}s.itsample</groupId>
   <artifactId>parent</artifactId>
   <version>1</version>
   <packaging>pom</packaging>

Modified: maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/readme.txt
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/readme.txt?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/readme.txt (original)
+++ maven/core-integration-testing/trunk/core-it-support/maven-it-archetype/src/main/resources/archetype-resources/src/test/resources/mng-xxxx/readme.txt Wed Oct 29 09:48:36 2008
@@ -1,3 +1,6 @@
+#set( $symbol_pound = '#' )
+#set( $symbol_dollar = '$' )
+#set( $symbol_escape = '\' )
 This is a sample IT based on a real one. This test first installs a jar containing some checkstyle rules. The second invocation uses that jar as an extension
 so that checkstyle finds the resources. If Maven behaves properly, the build succeeds, if not, the build fails. This is the simplest way to structure an IT when
 possible as it's cut and dry and is very easy to check with the verifier.
\ No newline at end of file

Modified: maven/core-integration-testing/trunk/core-it-support/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/pom.xml?rev=708937&r1=708936&r2=708937&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-support/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-support/pom.xml Wed Oct 29 09:48:36 2008
@@ -42,6 +42,8 @@
     <module>core-it-wagon</module>
     <module>core-it-support-artifacts</module>
     <module>maven-it-helper</module>
+    <module>maven-it-archetype</module>
+    <module>maven-it-sample</module>
   </modules>
 
   <scm>