You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
468 B
14 lines
468 B
mvn clean install -Dgpg.skip=true
|
|
#or if you want to sign the jar, uncomment this:
|
|
#mvn clean install
|
|
|
|
echo
|
|
echo "To deploy to the snapshot repository: mvn deploy"
|
|
echo "To deploy to the release directory: mvn 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"
|
|
|
|
# deploy without tagging: mvn deploy -DperformRelease
|
|
|
|
|