To improve the compatibility with the ExAtomVM mix plugin, tasks should fall back to using the environment option overrides used by ExAtomVM. The rebar3 plugin variants should be retained and take precedence if they are set, giving users the option to use whichever suits their needs.
This should not change the option selection hierarchy:
- Command line
- rebar.config plugin configuration
- REBAR_PLUGIN environment setting
- ExAtomVM environment setting
- Task fallback (if one exists)