You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:33:57 UTC

[maven-ear-plugin] 40/45: PR: MNG-616 improve version logging, use artifact.toString for textual logging

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ear-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit a25064b89c9c366c418ee5125ddcaf633290d737
Author: Brett Leslie Porter <br...@apache.org>
AuthorDate: Sat Oct 8 16:30:28 2005 +0000

    PR: MNG-616
    improve version logging, use artifact.toString for textual logging
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-ear-plugin@307309 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugin/ear/EarMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugin/ear/EarMojo.java b/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
index d6cad94..c3f639f 100644
--- a/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
+++ b/src/main/java/org/apache/maven/plugin/ear/EarMojo.java
@@ -130,7 +130,7 @@ public class EarMojo
                 if ( !sourceFile.isFile() )
                 {
                     throw new MojoExecutionException( "Cannot copy a directory: " + sourceFile.getAbsolutePath() +
-                        "; Did you package/install " + module.getArtifact().getId() + "?" );
+                        "; Did you package/install " + module.getArtifact() + "?" );
                 }
 
                 FileUtils.copyFile( module.getArtifact().getFile(), destinationFile );

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.