Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 261 Bytes

INFO.md

File metadata and controls

16 lines (11 loc) · 261 Bytes

Check versions of dependencies

mvn versions:dependency-updates-report

Report in ./target/site/

Create Jar, javadoc and sources without deploy

mvn clean package

Publish artifact

export GPG_TTY=$(tty)
mvn clean deploy