Created
February 7, 2023 21:02
-
-
Save tiebingzhang/eecec211726b3c2b05e65f957fe6f708 to your computer and use it in GitHub Desktop.
maven install skip pgp and cve
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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