I'm interested in learning how maven gets parameters from the command line.
I saw
<maven:param-check value=${goal} fail="true">
some fail message
</maven:param-check>
Q: is -Dgoal=xxx the only acceptable variable (goal), is there a way to
use -Darg=yyy for example.
Q: only one -D per command line? -Dgoal=1st -Dgoal=2nd
Q: what is the particular variable to ask about what's on the command line?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]