fixed error message.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@607557 13f79535-47bb-0310-9956-ffa450edef68
master
Brian E Fox 2007-12-30 16:38:29 +00:00
parent b358e1ae93
commit c2eb4273ab
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public class ArtifactStubFactory
if ( workingDir == null )
{
throw new IllegalArgumentException(
"The workingDir must be set if trying to create an actual artifact file." );
"The workingDir must be set." );
}
String fileName = getFormattedFileName( artifact, false );