Update Maven plugin versions + switch to Sonatype deploy plugin #259
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CHECKLIST
We will not consider a PR until the following items are checked off--thank you!
CONVINCING DESCRIPTION
This PR updates the versions of most Maven plugins used in the build of this project and changes deployment to use the Sonatype Maven plugin for deployment to Maven Central.
The Maven Assemly Plugin could not be updated as it would break the AMP build due to some API incompatiblity. This could not be resolved via any combination of plugin update and additional, explicit dependencies in the plugin execution. This is a known issue also in the Alfresco SDK project, as evidenced by posts in the Hyland Connect forums, such as this thread