Look for "Expression" in the docs. For example, the surefire:test skip
param:
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#skip

/Anders

On Sat, Mar 13, 2010 at 03:06, sebb <seb...@gmail.com> wrote:

> 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