try using pgp-maven-plugin to sign

This commit is contained in:
Paul Campbell 2018-02-23 21:10:48 +00:00
parent 8e5b936934
commit 541c53099a

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
} }
stage('Deploy') { stage('Deploy') {
steps { steps {
sh './mvnw -Dskip-Tests=true -P release -B deploy' sh './mvnw -Dskip-Tests=true -P release -B org.kohsuke:pgp-maven-plugin:sign'
} }
} }
} }