OtherDevOpsGene / zap-sonar-plugin

Integrates OWASP Zed Attack Proxy reports into SonarQube
GNU General Public License v3.0
69 stars 31 forks source link

Release to Central Repository via Travis CI on merge to master #15

Closed OtherDevOpsGene closed 5 years ago

OtherDevOpsGene commented 6 years ago

As a developer, I want Travis CI to publish the new release to the Central Repository (aka Maven Central) when the pull request is merged to master and all checks pass, so that we have a CD pipeline.

OtherDevOpsGene commented 6 years ago

I have an OSSRH account and the GPG keys to do this. I just need someone to get the rest of the pieces in place and I can fill the last pieces out.

http://www.debonair.io/post/maven-cd/

OtherDevOpsGene commented 5 years ago

No longer necessary. Switched to GitHub Flow, so releasing is now separate from the merge to master.