You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "jcompagner (via GitHub)" <gi...@apache.org> on 2023/01/31 15:23:52 UTC

[GitHub] [maven-jarsigner-plugin] jcompagner commented on pull request #1: Implement maxTries parameter

jcompagner commented on PR #1:
URL: https://github.com/apache/maven-jarsigner-plugin/pull/1#issuecomment-1410578228

   why is this not really picked up?
   
   Our build system now and then breaks constantly because of those TSA servers. i need to manually switch between then (adjusting the mvn settings file) to go to another TSA server now and then, and then that one can have other problems..
   
   we really need what other sign tools already have implemented not just a retry count but also that you can have multiply tsa urls..
   so we should be able todo:
   
   <jarsigner.tsa>http://timestamp.sectigo.com,http://rfc3161timestamp.globalsign.com/advanced,http://timestamp.digicert.com</jarsigner.tsa> 
   
   then if the first fails it retries it with the second one if that one fails it tries it with the 3rd.
   If that one fails it waits for X seconds (retryDelay) and then does that whole thing again according to the maxTries
   
   i think only then we can get a reliable build, now it is just a hit and miss.
   
   
   
   


-- 
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-unsubscribe@maven.apache.org

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