I would like to add some option, which would allow to ignore variations in playlist.xml. So that target would be ran as if there was just single variation NoOptions. This would be useful together with JVM_OPTIONS env. var to run target with custom jvm options.
Actually, when thinking about this, variations should probably be ignored, when JVM_OPTIONS are set, since jvm options set by variations get overwritten anyway. It just does unnecessary extra runs.
I would like to add some option, which would allow to ignore variations in playlist.xml. So that target would be ran as if there was just single variation NoOptions. This would be useful together with
JVM_OPTIONS
env. var to run target with custom jvm options.