arturobernalg commented on a change in pull request #160:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/160#discussion_r702288489



##########
File path: 
src/main/java/org/apache/maven/plugins/dependency/fromDependencies/BuildClasspathMojo.java
##########
@@ -347,7 +347,7 @@ private void storeClasspathFile( String cpString, File out )
         }
         catch ( IOException ex )
         {
-            throw new MojoExecutionException( "Error while writing to 
classpath file '" + out + "': " + ex.toString(),
+            throw new MojoExecutionException( "Error while writing to 
classpath file '" + out + "': " + ex,

Review comment:
       idem above.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to