Skip to content

Instantly share code, notes, and snippets.

@tiebingzhang
Created February 7, 2023 21:02
Show Gist options
  • Save tiebingzhang/eecec211726b3c2b05e65f957fe6f708 to your computer and use it in GitHub Desktop.
Save tiebingzhang/eecec211726b3c2b05e65f957fe6f708 to your computer and use it in GitHub Desktop.
maven install skip pgp and cve
# if you just want to install a jar file
#mvn install:install-file -Dfile=target/myfile-5.6.6.jar -DpomFile=pom.xml
# if you want to install the entire package
mvn install -DskipTests -Dgpg.skip -Ddependency-check.skip=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment