Skip to content

Commit

Permalink
config: skip pgp sign plugin during release:prepare as we do not sign…
Browse files Browse the repository at this point in the history
… commits
  • Loading branch information
romani committed Dec 31, 2022
1 parent 04347b1 commit 311a1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/maven-prepare.sh
Expand Up @@ -28,7 +28,7 @@ fi

SKIP_TEST="-DskipTests -DskipITs"
SKIP_CHECKSTYLE="-Dcheckstyle.ant.skip=true -Dcheckstyle.skip=true"
SKIP_OTHERS="-Dpmd.skip=true -Dspotbugs.skip=true -Djacoco.skip=true -Dxml.skip=true"
SKIP_OTHERS="-Dpmd.skip=true -Dspotbugs.skip=true -Djacoco.skip=true -Dxml.skip=true -Dgpg.skip"

echo "Version bump in pom.xml (release:prepare) ..."
mvn -e --no-transfer-progress release:prepare -B \
Expand Down

0 comments on commit 311a1b7

Please sign in to comment.