quarkusio / quarkus-platform-bom-generator

Quarkus platform BOM generating tools
Apache License 2.0
9 stars 18 forks source link

Domino: Added comma-separated multi input functionality to --root-artifacts command line flag #209

Closed mertbugrabicak closed 1 year ago

mertbugrabicak commented 1 year ago

In order to be able to provide a comma-separated artifacts list to the --root-artifacts flag (e.g. --root-artifacts=a1,a2,a3), I added split="," to the annotation associated with said flag.

Changed from what we currently have (6.1.1 from doc below), to use a comma split (6.2 from doc below) https://picocli.info/#_multiple_values

aloubyansky commented 1 year ago

Oh, I somehow missed this PR, sorry @mertbugrabicak

aloubyansky commented 1 year ago

@mertbugrabicak could you please rebase it? It failed for a on formatting. I already upgraded the plugin version which seems to fix this weird issue. Thanks!

mertbugrabicak commented 1 year ago

Hi @aloubyansky , I rebased it, and I hope it's ok now