How can I configure a Jenkins Maven job to be run with Maven debugging output enabled using Jenkins Job DSL?
There is mavenOpts
for specifying options to the JVM and properties
for specifying Maven properties, but there doesn't seem to be a way for passing arbitrary command line arguments, like -X
for debugging output. What am I missing?