fixed error message.
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@607557 13f79535-47bb-0310-9956-ffa450edef68master
parent
b358e1ae93
commit
c2eb4273ab
|
|
@ -196,7 +196,7 @@ public class ArtifactStubFactory
|
||||||
if ( workingDir == null )
|
if ( workingDir == null )
|
||||||
{
|
{
|
||||||
throw new IllegalArgumentException(
|
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 );
|
String fileName = getFormattedFileName( artifact, false );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue