blob: 50cfc6f3b7e9071b00e01f15a30229032e082cfa [file] [log] [blame]
Cedric Beust5c4ce332010-12-15 09:50:09 -08001mvn clean source:jar javadoc:jar repository:bundle-create -P sign
2
Cedric Beustb5598e92011-01-04 13:02:48 -08003export TESTNG=../testng/target/testng-5.14.7beta.jar
4
5java -classpath target/classes:target/test-classes:${TESTNG}:$CLASSPATH org.testng.TestNG src/test/resources/testng.xml
6
Cedric Beust5c4ce332010-12-15 09:50:09 -08007echo "To deploy to the snapshot repository: mvn deploy"
Cedric Beust9eaf7952011-01-24 14:06:47 -08008echo "To deploy to the release directory: mvn -DskipTests=true release:clean release:prepare release:perform"
Cedric Beust5c4ce332010-12-15 09:50:09 -08009echo "Nexus UI: https://oss.sonatype.org/index.html"
10echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide"
Cedric Beust8c739692010-08-25 18:55:49 -070011