fabric8io / vertx-maven-plugin

Vert.x Maven Plugin - moved to https://github.com/reactiverse/vertx-maven-plugin
https://github.com/reactiverse/vertx-maven-plugin
Apache License 2.0
25 stars 5 forks source link

Fixes Maven coordinates resolution #141

Closed mcollovati closed 6 years ago

mcollovati commented 6 years ago

Maven coordinates was resolved as group:artifact:version:[packaging]:[classifier] instead of group:artifact[packaging[:classifier]]:version

Fixes #140

mcollovati commented 6 years ago

Thanks for merging

cescoffier commented 6 years ago

I will cut a release later today.

mcollovati commented 6 years ago

Do you still plan to cut a release with this patch?

cescoffier commented 6 years ago

@mcollovati yes, it's actually already released... but the project moved to reactiverse: https://github.com/reactiverse/vertx-maven-plugin

mcollovati commented 6 years ago

@cescoffier Sorry, didn't noticed the switch. Thanks