elharo opened a new issue, #1301:
URL: https://github.com/apache/maven-scm/issues/1301

   ### Affected version
   
   head
   
   ### Bug description
   
   We do this
   
   ```
           } catch (Throwable t) {
               onExit(-1, t.getClass().getSimpleName());
           }
   ```
   
   in at least one place in GitPackCommand and in HgScmProvider. see 
https://stackoverflow.com/questions/6083248/is-it-a-bad-practice-to-catch-throwable
 for reasons not to do this


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