Hi
My surefire configuration contains the following snippet...
<configuration>
<systemPropertyVariables>
<org.apache.cocoon.mode>dev</org.apache.cocoon.mode>
This works fine to set the system property -Dorg.apache.cocoon.mode=dev,
but what I really want is for the build deployer to set or override that
property using a command line argument via Hudson
so he can deploy to different environments with a different argument.
If I run Maven from command line and pass in that argument or any other it
doesn't reach Surefire, so the question is how to get
properties passed along to Surefire?
Thanks,
Taariq Levack