jitpack / jitci

A CI with tests, coverage, dependency audit, license & vuln. checks
https://jitci.com
19 stars 5 forks source link

[Q] skipping the signing #37

Open freedom1b2830 opened 1 year ago

freedom1b2830 commented 1 year ago

https://jitci.com/gh/publicLibs/RollingMavenHeader/builds/b1GYJ05N7GB30D01SHJ9A416DG/build.log

I need to provide the gpg key to build the artifact, to skip the signature I need to provide the argument below when building. https://maven.apache.org/plugins/maven-gpg-plugin/sign-mojo.html

Skip doing the gpg signing. Default value is: false. User property is: gpg.skip.

mvn -B install -DskipTests -Dgpg.skip=true