From 21e3ac3be97521a10c4ff4fc12640e0887df8011 Mon Sep 17 00:00:00 2001 From: epugh Date: Thu, 10 Jul 2003 15:36:19 +0000 Subject: [PATCH] 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 --- test/plugin.jelly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/plugin.jelly b/test/plugin.jelly index 33cf6e08..9b4cc281 100644 --- a/test/plugin.jelly +++ b/test/plugin.jelly @@ -144,7 +144,7 @@ You must define the test case to run via -Dtestcase=classname - Example: maven -Dtestcase=MyTest test:single-test + Example: maven -Dtestcase=MyTest test:single @@ -206,7 +206,7 @@ You must define the test case to run via -Dtestmatch=pattern - Example: maven -Dtestmatch=*Foo* test:match-test + Example: maven -Dtestmatch=*Foo* test:match