mojohaus / appassembler

https://www.mojohaus.org/appassembler/
MIT License
93 stars 49 forks source link

Fix command line arg interpolation for Booter #75

Closed adamretter closed 5 years ago

adamretter commented 5 years ago

Closes https://github.com/mojohaus/appassembler/issues/84

Fix interpolation for command line arguments built for the Booter. Previously interpolation only happened for assemble, this adds interpolation for generate-daemons booter runtime.

khmarbaise commented 5 years ago

Can you create an issue for each PR so we have a better reference and later better entries in the Release notes...Thank you very much.

adamretter commented 5 years ago

@khmarbaise yes of course. I have done that now.

khmarbaise commented 5 years ago

Please rebase and can you change your commit message like

Fixed #84 - Interpolation not working for command line args in generate-daemons goal

So I appreciate to merge that.

adamretter commented 5 years ago

@khmarbaise Done :-)