From c2eb4273ab1887c05ccd57ba67260d252e3bacc7 Mon Sep 17 00:00:00 2001 From: Brian E Fox Date: Sun, 30 Dec 2007 16:38:29 +0000 Subject: [PATCH] fixed error message. git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@607557 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/maven/plugin/testing/ArtifactStubFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java b/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java index 7e40d73..cf5c69e 100644 --- a/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java +++ b/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/ArtifactStubFactory.java @@ -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 );