jutzig / github-release-plugin

uses the github release api to upload files
69 stars 24 forks source link

Migrate the plugin to use the new Maven plugin api for annotations #39

Closed carlspring closed 4 years ago

carlspring commented 5 years ago

The current implementation of the plugin is using the older Maven plugin API which used to use javadoc-styled annotations. These should be converted to use proper Java annotations.