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