lookfirst / sardine

an easy to use webdav client for java
Other
572 stars 184 forks source link

Release missing in Maven Central #420

Closed dkocher closed 1 year ago

dkocher commented 1 year ago

Some artifacts for 5.11 uploaded to OSS Sonatype fail verification with Event: Failed: Signature Validation

Missing Signature: '/com/github/lookfirst/sardine/5.11/sardine-5.11-javadoc.jar.asc' does not exist for 'sardine-5.11-javadoc.jar'. Missing Signature: '/com/github/lookfirst/sardine/5.11/sardine-5.11-sources.jar.asc' does not exist for 'sardine-5.11-sources.jar'.

Not sure why the GPG signing ^1 did not apply.

lookfirst commented 1 year ago

I set all that stuff up years ago and completely forgot how it is done.

dkocher commented 1 year ago

Fixed with df62bab. Pushing previous builds by checking out tag and building with mvn deploy -Prelease-sign-artifacts.