Allow to define test to run from cli

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-07-18 04:31:51 +00:00
parent 4829ddc7e2
commit 561e012256
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class SurefirePlugin
/**
* Specify this parameter if you want to use the test regex notation to select tests to run.
*
* @parameter
* @parameter expression="${test}"
*/
private String test;