Jurrie commented on PR #467:
URL: https://github.com/apache/maven-resolver/pull/467#issuecomment-2057041926

   > I am still confused. When the file is created the mtime is set anyway, no?
   
   The 
[`Files.setLastModifiedTime()`](https://github.com/apache/maven-resolver/pull/467/files#diff-cb82a28d1938522d3e73b0df9a33bf6f80fdb854296bb2020f86fad9c139d22dR696)
 call will throw a `FileSystemException`. This is now 
[caught](https://github.com/apache/maven-resolver/pull/467/files#diff-cb82a28d1938522d3e73b0df9a33bf6f80fdb854296bb2020f86fad9c139d22dR698)
 and the process continues. Previously the exception was _not_ caught and 
bubbled up, causing Maven to spit out the error and stop execution.
   
   > I think this one is superseded by #468
   
   Seems like it, as the exception is caught there as well. I was wondering if 
this could be merged in to Maven Resolver 1.9.x? I would really like to have 
this in general Maven as soon as possible. I don't like running my own 
Frankenstein version of Maven (self-compiled version of Maven Resolver), which 
I'm doing now.


-- 
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