summaryrefslogtreecommitdiffstats
path: root/build-with-maven
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2012-02-16 21:46:25 -0800
committerCedric Beust <cedric@beust.com>2012-02-16 21:46:25 -0800
commited9375231cf2597f42c5da11bd4f0f14c0f09ee3 (patch)
tree78ed2d240b6d6a593baa4bb28a083b62e12004af /build-with-maven
parenta47f3719a995dc5f5b75d2e384a549b73c229697 (diff)
downloadplatform_external_jcommander-ed9375231cf2597f42c5da11bd4f0f14c0f09ee3.tar.gz
platform_external_jcommander-ed9375231cf2597f42c5da11bd4f0f14c0f09ee3.tar.bz2
platform_external_jcommander-ed9375231cf2597f42c5da11bd4f0f14c0f09ee3.zip
Using TestNG 6.4.1beta.
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 b281494..3b9ba12 100755
--- a/build-with-maven
+++ b/build-with-maven
@@ -1,6 +1,6 @@
mvn -B clean source:jar javadoc:jar repository:bundle-create -P sign
-v=6.4beta
+v=6.4.1beta
export TESTNG=../testng/target/testng-${v}.jar
java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml