Add Plug-in To Validate Generated POM Meets Maven Central Requirements #26
Labels
enhancement
New feature or request
release scope: minor
Changes required for the issue are appropriate for a semantically "minor" release
Often during the first release of a project, publication goes smoothly until an attempt is made to deploy artifacts to Maven Central - at which point, it is revealed something simple (such as project description) is missing from the POM file, failing the deploy.
It would be helpful to automate a simple check, either as a test or a finalizer to the POM-generating task, that checks the generated POM against the minimum maven central requirements
The text was updated successfully, but these errors were encountered: