Author: brianf
Date: Sun Dec 30 08:38:29 2007
New Revision: 607557
URL: http://svn.apache.org/viewvc?rev=607557&view=rev
Log:
fixed error message.
Modified:
maven/plugin-tools/trunk/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java
Modified:
maven/plugin-tools/trunk/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java
URL:
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java?rev=607557&r1=607556&r2=607557&view=diff
==============================================================================
---
maven/plugin-tools/trunk/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java
(original)
+++
maven/plugin-tools/trunk/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java
Sun Dec 30 08:38:29 2007
@@ -196,7 +196,7 @@
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 );