update error message to not refer to deprecated target.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
<j:when test="${empty(testcase)}">
|
||||
<echo>
|
||||
You must define the test case to run via -Dtestcase=classname
|
||||
Example: maven -Dtestcase=MyTest test:single-test
|
||||
Example: maven -Dtestcase=MyTest test:single
|
||||
</echo>
|
||||
</j:when>
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
<j:when test="${empty(testmatch)}">
|
||||
<echo>
|
||||
You must define the test case to run via -Dtestmatch=pattern
|
||||
Example: maven -Dtestmatch=*Foo* test:match-test
|
||||
Example: maven -Dtestmatch=*Foo* test:match
|
||||
</echo>
|
||||
</j:when>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user