Hi, I'd like to be able to use the Maven plugin to generate a jlink "package" with more than one launcher specified. The jlink tool itself allows the --launcher option to be specified more than once but, as far as I can tell, the plugin does not allow multiple <launcher> elements in the config section. Can anyone tell me, is there a way to do this with the plugin (I'm using 3.2.0), or if not would there be interest in implementing it? >From looking at the code I don't think it should be too difficult for me to do. I was thinking to keep the <launcher /> element for the most common single case but as an alternative, allow <launchers><launcher /> ... </launchers> to specify one or more. The reason for asking is that I've got a project which is a "suite of command line tools" in the same jar and it would be useful to have multiple entry points. Thanks, Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org