Author: hboutemy
Date: Fri Jan 13 22:23:45 2012
New Revision: 1231346

URL: http://svn.apache.org/viewvc?rev=1231346&view=rev
Log:
clone IT projects to target/it instead of ${java.io.tmpdir}

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1231346&r1=1231345&r2=1231346&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Jan 13 22:23:45 2012
@@ -339,8 +339,8 @@ under the License.
 
       <properties>
         <invokerPluginVersion>1.5</invokerPluginVersion>
-        <itParent>${java.io.tmpdir}/assembly-ITs/it-project-parent</itParent>
-        <itProjects>${java.io.tmpdir}/assembly-ITs/projects</itProjects>
+        <itParent>${project.build.directory}/it/it-project-parent</itParent>
+        <itProjects>${project.build.directory}/it/projects</itProjects>
         
<localRepositoryPath>${project.build.directory}/local-repository</localRepositoryPath>
         
<test.remote.repo.url>file://${project.build.testOutputDirectory}/remote-repository</test.remote.repo.url>
         <it.pomIncludes>**/pom.xml</it.pomIncludes>


Reply via email to