[
https://issues.apache.org/jira/browse/CAMEL-21016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17868681#comment-17868681
]
Thomas Diesler commented on CAMEL-21016:
----------------------------------------
We also have ...
{code:java}
@CommandLine.Option(names = \{ "--repos" },
description = "Additional maven repositories (Use commas to separate multiple
repositories)")
protected String repos;
@CommandLine.Option(names = \{ "--exclude" },
description = "Exclude files by name or pattern. Multiple names can be
separated by comma.")
String exclude;
{code}
> Add support for multiple build properties in jbang export
> ---------------------------------------------------------
>
> Key: CAMEL-21016
> URL: https://issues.apache.org/jira/browse/CAMEL-21016
> Project: Camel
> Issue Type: Improvement
> Components: camel-jbang
> Reporter: Thomas Diesler
> Assignee: Thomas Diesler
> Priority: Major
> Fix For: 4.8.0
>
>
> In camel-jbang export, I noticed that --additional-properties is a rather
> clumsy name for build time properties. How about --build-properties?
> Similar to --dep, I'd actually prefer []String (i.e. arity=0-N), in which
> case it could be called --build-property.
> Generally, should we always aim for []String rather then comma separated?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)