elharo opened a new issue, #590:
URL: https://github.com/apache/maven-war-plugin/issues/590

   ### Affected version
   
   HEAD
   
   ### Bug description
   
   There is a lot of code scattered throughout the project where we do things 
like
   
           metainfDir.mkdirs();
   
   without checking if the operation succeeded. Depending on context this can 
result in a harder to diagnose exception further down the line, or a war file 
that is simply missing things it should have. Either way we should check the 
results of these operations and throw the available mojo exception earlier. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to