ePages-de / restdocs-wiremock

Spring REST Docs WireMock Integration
Apache License 2.0
75 stars 27 forks source link

Automating parts of publication steps #76

Closed flanaras closed 1 year ago

flanaras commented 3 years ago

Calling the Gradle task publishToSonatype creates a new staging repository. This needs to be closed. In the process of closing the repository Sonatype runs a dozen of validations, e.g. that the JAR files are signed and that Javadocs are published. Once this is done, the staging repository needs to be released.

At the moment, it is documented how to do the last two steps manually. They could be automated, if we want to. See publish-plugin/README.md.

Related https://github.com/ePages-de/restdocs-wiremock/pull/74