summaryrefslogtreecommitdiffstats
path: root/build-with-maven
diff options
context:
space:
mode:
authorCedric Beust <cedric@beust.com>2011-01-24 14:06:47 -0800
committerCedric Beust <cedric@beust.com>2011-01-24 14:06:47 -0800
commit9eaf795e5d0971aafe0d939b105aeaf3fd5f40d0 (patch)
treea3318bcadeb32a408aa2b1e7e7c09a21d49c3e24 /build-with-maven
parente2d8da7b584b6a13c23de32ce2df0799a4d3513d (diff)
downloadplatform_external_jcommander-9eaf795e5d0971aafe0d939b105aeaf3fd5f40d0.tar.gz
platform_external_jcommander-9eaf795e5d0971aafe0d939b105aeaf3fd5f40d0.tar.bz2
platform_external_jcommander-9eaf795e5d0971aafe0d939b105aeaf3fd5f40d0.zip
Temp.
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 75677bd..50cfc6f 100755
--- a/build-with-maven
+++ b/build-with-maven
@@ -5,7 +5,7 @@ export TESTNG=../testng/target/testng-5.14.7beta.jar
java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml
echo "To deploy to the snapshot repository: mvn deploy"
-echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"
+echo "To deploy to the release directory: mvn -DskipTests=true release:clean release:prepare release:perform"
echo "Nexus UI: https://oss.sonatype.org/index.html"
echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide"