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:
epugh
2003-07-10 15:36:19 +00:00
parent 3bd3c8a091
commit 21e3ac3be9

View File

@@ -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>