So I got this annoying exception in one of my Bamboo plans while I try to execute Maven exec plugin: Unbalanced quotes "-Dargument=value
.
The command I'm trying to run is:
mvn exec:exec -Dexec.args="-Dargument=value"
The same command works just fine when I execute it in my command line. Any ideas?