Author: olamy Date: Sun Aug 5 14:11:12 2012 New Revision: 1369596 URL: http://svn.apache.org/viewvc?rev=1369596&view=rev Log: prevent it failure on jenkins
Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=1369596&r1=1369595&r2=1369596&view=diff ============================================================================== --- maven/surefire/trunk/surefire-integration-tests/pom.xml (original) +++ maven/surefire/trunk/surefire-integration-tests/pom.xml Sun Aug 5 14:11:12 2012 @@ -92,7 +92,8 @@ <maven.repo.local>${project.basedir}/../surefire-setup-integration-tests/target/it-repo</maven.repo.local> <maven.test.tmpdir>${project.build.directory}</maven.test.tmpdir> <user.localRepository>${settings.localRepository}</user.localRepository> - <useInterpolatedSettings>true</useInterpolatedSettings> + <!-- olamy fail on jenkins so don't use that --> + <useInterpolatedSettings>false</useInterpolatedSettings> <testBuildDirectory>${project.build.testOutputDirectory}</testBuildDirectory> </systemPropertyVariables> </configuration>