Invictum / serenity-reportportal-integration

Serenity TAF integration with Report Portal
Apache License 2.0
20 stars 19 forks source link

Configure GPG for artifacts signing #165

Closed Invictum closed 11 months ago

Invictum commented 1 year ago

As we are approaching the release point a few fixes and configuration should be applied to make it happen.

Maven Central requires each published artifact to be signed for origin verification. To do so we need to setup GPG.

Local configuration is a first step. Later we will turn it into automatic flow, so releases will trigger automatically on merge to master (or named tag creation) as a part of github actions.