summaryrefslogtreecommitdiff
path: root/build-with-maven
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-03-15 15:38:36 -0700
committerCedric Beust <cedric@beust.com>2011-03-15 15:38:36 -0700
commitbb2b66c8eb6a88d193c95336a8563cb8b0a324f5 (patch)
treeaa8bd133377150623077be2ff7b37f953a8b6249 /build-with-maven
parent122046aebee36783f5cf73081ef288faddd0a249 (diff)
downloadjcommander-bb2b66c8eb6a88d193c95336a8563cb8b0a324f5.tar.gz
Upgraded to TestNG 6.0.
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 700b33d..238ddf5 100755
--- a/build-with-maven
+++ b/build-with-maven
@@ -1,6 +1,6 @@
mvn clean source:jar javadoc:jar repository:bundle-create -P sign
-export TESTNG=../testng/target/testng-5.14.12beta.jar
+export TESTNG=../testng/target/testng-6.0.jar
java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml