jutzig / github-release-plugin

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

Multi module support #41

Closed robertcsakany closed 5 years ago

robertcsakany commented 5 years ago

I have a project with a parent defined multimodule project. (So I dont have separated parent and reactor project, and for some other reasons I can't). When I define that plugin that all module release it's artifacts, I've got the

org.kohsuke.github.HttpException: {"message":"Validation Failed","errors":[{"resource":"Release","code":"already_exists","field":"tag_name"}],"documentation_url":"https://developer.github.com/v3/repos/releases/#create-a-release"}

as mention on #40 . On that issue there is a suggested solution, which is the delete release, which is not ok in my case because a would like to add all of submodule's artifacts.