lumidion / sbt-sonatype-central

An sbt plugin for deploying open-source artifacts to Maven via the Sonatype Central portal
MIT License
5 stars 1 forks source link

Add configuration and logging for retries #4

Open Andrapyre opened 3 months ago

Andrapyre commented 3 months ago

Retry functionality should log on every failure. Retries for checking whether the target stage has been reached should log every new stage encountered. Retrying in general should be configurable, both for checking stages and for overcoming 500 errors.