• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1mvn clean install -Dgpg.skip=true
2#or if you want to sign the jar, uncomment this:
3#mvn clean install
4
5echo
6echo "To deploy to the snapshot repository: mvn deploy"
7echo "To deploy to the release directory: mvn release:clean release:prepare release:perform"
8echo "Nexus UI:  https://oss.sonatype.org/index.html"
9echo "Wiki: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide"
10
11# deploy without tagging: mvn deploy -DperformRelease
12
13
14