You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/01/27 04:50:07 UTC

maven-integration-testing git commit: o Updated the URL of the central repository. o Updated to run ITs with a temporary directory of '${project.build.directory}' instead of using the system's default ('/tmp') not capable of running multiple IT build

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 946bba406 -> 3e69e3daf


o Updated the URL of the central repository.
o Updated to run ITs with a temporary directory of '${project.build.directory}'
  instead of using the system's default ('/tmp') not capable of running multiple
  IT build jobs in parallel.


Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/3e69e3da
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/3e69e3da
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/3e69e3da

Branch: refs/heads/master
Commit: 3e69e3dafdbad169ac6d0264e64fcb8b21bfdee7
Parents: 946bba4
Author: Christian Schulte <sc...@apache.org>
Authored: Wed Jan 27 04:47:47 2016 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Wed Jan 27 04:47:47 2016 +0100

----------------------------------------------------------------------
 core-it-suite/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/3e69e3da/core-it-suite/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-suite/pom.xml b/core-it-suite/pom.xml
index f483327..954aa23 100644
--- a/core-it-suite/pom.xml
+++ b/core-it-suite/pom.xml
@@ -53,7 +53,7 @@
       use for the tests. -->
     <preparedMavenHome>${mavenHome}</preparedMavenHome>
     <!-- default properties used to filter the global settings -->
-    <maven.it.central>http://repo1.maven.org/maven2</maven.it.central>
+    <maven.it.central>http://repo.maven.apache.org/maven2</maven.it.central>
     <proxy.active>false</proxy.active>
     <proxy.host>localhost</proxy.host>
     <proxy.port>80</proxy.port>
@@ -173,6 +173,10 @@
               <name>maven.it.global-settings.dir</name>
               <value>${project.build.testOutputDirectory}</value>
             </property>
+            <property>
+              <name>maven.test.tmpdir</name>
+              <value>${project.build.directory}</value>
+            </property>
           </systemProperties>
         </configuration>
       </plugin>