mirror of https://github.com/apache/maven.git
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:
parent
4829ddc7e2
commit
561e012256
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue