Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] Prevent double signing of release artifacts #357

Merged
merged 1 commit into from
Mar 31, 2021

Conversation

sgnn7
Copy link
Contributor

@sgnn7 sgnn7 commented Mar 30, 2021

The mvn verify step was creating *.asc files which were then signed
again when run with mvn deploy even though the maven-gpg-plugin
documentation explicitly mentions that they should be ignored. Since
mvn deploy will automatically invoke verify, this change ensures
that the artifacts are signed only once.

The `mvn verify` step was creating `*.asc` files which were then signed
again when run with `mvn deploy` even though the `maven-gpg-plugin`
documentation explicitly mentions that they should be ignored. Since
`mvn deploy` will automatically invoke `verify`, this change ensures
that the artifacts are signed only once.
@sgnn7 sgnn7 merged commit d63ff78 into master Mar 31, 2021
@sgnn7 sgnn7 deleted the sgnn7/fix-double-signing branch March 31, 2021 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants