appassembler
appassembler copied to clipboard
binFolder/binFileExtensions Have No Effect With Generate Daemons
If you run the integration tests you see that the binFolder and binFileExtensions change the folder and extensions as expected.
However, if you use the generate-daemons mojo neither have any effect.
I want to change the bin folder to the root (should that be . or an empty tag? the docs aren't clear) and I want to suffix my daemon shell scripts with .sh.
The binFolder and binFileExtensions property are only valid for the assemble goal. But not for the generate-daemon goal.
Well then this is a feature request rather than a bug. I still want to change the bin directory and file extensions for my daemons.
@opticyclic @khmarbaise I believe the binFileExtensions issue is now fixed by https://github.com/mojohaus/appassembler/pull/72