epugh 2003/07/10 08:36:19
Modified: src/plugins-build/test plugin.jelly
Log:
update error message to not refer to deprecated target.
Revision Changes Path
1.11 +2 -2 maven/src/plugins-build/test/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/test/plugin.jelly,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- plugin.jelly 10 Jun 2003 10:17:25 -0000 1.10
+++ plugin.jelly 10 Jul 2003 15:36:19 -0000 1.11
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]