PR: MNG-644

error out on bad syntax

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-03 13:35:44 +00:00
parent dc56a21047
commit a912e034bc
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ public class DefaultLifecycleExecutor
{
if ( !canUsePrefix )
{
String msg = "DEPRECATED: Mapped-prefix lookup of mojos are only supported from direct invocation. " +
String msg = "Mapped-prefix lookup of mojos are only supported from direct invocation. " +
"Please use specification of the form groupId:artifactId[:version]:goal instead. " +
"(Offending mojo: \'" + task + "\', invoked via: \'" + invokedVia + "\')";
throw new LifecycleExecutionException( msg );