elharo opened a new pull request, #111:
URL: https://github.com/apache/maven-jarsigner/pull/111

   Fixes #102
   
   Wraps the `unsignArchive()` write-and-move logic in a `try/finally` block 
that deletes the temp file on any failure. If the zip write succeeds but 
`Files.move()` fails (e.g. cross-device move, permissions change), the orphaned 
`.unsigned` file is now always cleaned up.
   


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