mojohaus / appassembler

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

Allow <extraJvmArguments> to be set on a per-daemon level #106

Open adamretter opened 4 years ago

adamretter commented 4 years ago

At the moment <extraJvmArguments> can only be set at the highest-level configuration. We should also allow this to be set on a per-daemon basis. Sometimes you have multiple daemons which share much of the same global <defaultJvmSettings> but you need an additional property or two for specific daemons.