You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/08/22 02:47:43 UTC

svn commit: r568343 - in /maven/core-integration-testing/trunk/maven-integration-test-archetype: pom.xml src/main/resources/META-INF/maven/archetype-metadata.xml

Author: brianf
Date: Tue Aug 21 17:47:43 2007
New Revision: 568343

URL: http://svn.apache.org/viewvc?rev=568343&view=rev
Log:
updated archetype

Modified:
    maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml
    maven/core-integration-testing/trunk/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

Modified: maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml?rev=568343&r1=568342&r2=568343&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml (original)
+++ maven/core-integration-testing/trunk/maven-integration-test-archetype/pom.xml Tue Aug 21 17:47:43 2007
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?><project>
   <modelVersion>4.0.0</modelVersion>
-  <parent>
+    <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>5</version>
   </parent>
-  <groupId>org.apache.maven.archetypes</groupId>
-  <artifactId>maven-integration-test-archetype</artifactId>
+  <groupId>org.apache.maven.it.sample</groupId>
+  <artifactId>maven-integration-test-sample-archetype</artifactId>
   <packaging>maven-archetype</packaging>
   <version>1.0-SNAPSHOT</version>
   <build>

Modified: maven/core-integration-testing/trunk/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=568343&r1=568342&r2=568343&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml (original)
+++ maven/core-integration-testing/trunk/maven-integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml Tue Aug 21 17:47:43 2007
@@ -14,12 +14,6 @@
         <include>**/*.xml</include>
       </includes>
     </fileSet>
-    <fileSet encoding="UTF-8">
-      <directory>src/test/resources</directory>
-      <includes>
-        <include>**/*.jar</include>
-      </includes>
-    </fileSet>
     <fileSet filtered="true" encoding="UTF-8">
       <directory></directory>
       <includes>