summaryrefslogtreecommitdiffstats
path: root/build-with-maven
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2013-09-09 22:56:55 -0700
committerCedric Beust <cedric@beust.com>2013-09-09 22:56:55 -0700
commitcaa49a6cc4587c128b9a05204d56b8ae2ab155c5 (patch)
treed6ccf42ce529ea477ad4c34410f608ffc16fbd7f /build-with-maven
parent33dcbc6fdca9e9318a37b9f3b8e4f821c69b0f7b (diff)
downloadplatform_external_jcommander-caa49a6cc4587c128b9a05204d56b8ae2ab155c5.tar.gz
platform_external_jcommander-caa49a6cc4587c128b9a05204d56b8ae2ab155c5.tar.bz2
platform_external_jcommander-caa49a6cc4587c128b9a05204d56b8ae2ab155c5.zip
Build update
Diffstat (limited to 'build-with-maven')
-rwxr-xr-xbuild-with-maven2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-with-maven b/build-with-maven
index 988f7d9..41aef5a 100755
--- a/build-with-maven
+++ b/build-with-maven
@@ -2,7 +2,7 @@ mvn -B clean source:jar javadoc:jar repository:bundle-create -P sign
#v=6.5.2beta
-export TESTNG=`echo ../testng/target/testng*jar`
+export TESTNG=`echo ../testng/target/testng-6.8.7.jar`
run="java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml"
echo "Launching tests: ${run}"