Some plugin parameters are settable as command-line properties.
For example, the Surefire plugin accepts the parameter <argLine> in
the POM and the property -DargLine on the command-line.

Surefire also accepts <skipTests> and -DskipTests=true.

However, Surefire accepts the <skip> parameter, but ignores -Dskip=true.

How can one find out which parameters are settable as command-line
properties for a given plugin other than by trial and error? Is there
a rule for this? Or a help command?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to