As we do for launch.groovy:
|
xm(longOpt: 'extraMvnOptions', args: 1, required: false, 'Extra arguements to pass to Maven (optional, ex: -Dmaven.prop=true)') |
We should add this option to diff.groovy. This will help us complete migration to diff.groovy from launch.groovy, especially in the case of checkstyle/checkstyle#8901 where we depend on supplemental arguments to maven in regression testing.
As we do for
launch.groovy:contribution/checkstyle-tester/launch.groovy
Line 29 in fbccbcb
We should add this option to
diff.groovy. This will help us complete migration todiff.groovyfromlaunch.groovy, especially in the case of checkstyle/checkstyle#8901 where we depend on supplemental arguments to maven in regression testing.