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