You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/12/13 21:23:11 UTC

svn commit: r726264 - in /maven/components/branches/maven-2.0.x: ./ maven-integration-tests/pom.xml

Author: bentmann
Date: Sat Dec 13 12:23:11 2008
New Revision: 726264

URL: http://svn.apache.org/viewvc?rev=726264&view=rev
Log:
o Merged r720697 from maven-2.0.10-RC

Modified:
    maven/components/branches/maven-2.0.x/   (props changed)
    maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml

Propchange: maven/components/branches/maven-2.0.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Dec 13 12:23:11 2008
@@ -1,4 +1,4 @@
-/maven/components/branches/maven-2.0.10-RC:725329-725330,725342,725349,725359
+/maven/components/branches/maven-2.0.10-RC:720697,725329-725330,725342,725349,725359
 /maven/components/branches/maven-2.0.x:533160,636838,645583,645642,647357,649903,657432,659677,662033,662251,669665,670358,673499,673905,674059,675074,675087,675096,675375,675380,680604,682055
 /maven/components/branches/maven-2.1.x:720038
 /maven/components/trunk:720001,721902

Modified: maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml?rev=726264&r1=726263&r2=726264&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/maven-integration-tests/pom.xml Sat Dec 13 12:23:11 2008
@@ -10,7 +10,6 @@
   
   <properties>
     <integrationTestSVNDir>trunk</integrationTestSVNDir>
-    
     <!-- Using java.io.tmpdir to avoid long path names that will make windows scream. -->
     <itDir>${java.io.tmpdir}/${pom.artifactId}-${pom.version}</itDir>
   </properties>
@@ -68,6 +67,15 @@
   </profiles>
   
   <build>
+    <resources>
+      <resource>
+        <directory>${basedir}</directory>
+        <includes>
+          <include>pom.xml</include>
+        </includes>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <artifactId>maven-scm-plugin</artifactId>