You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A brand new error appeared on a build configuration that has been working and stayed unchanged for months, and I'm trying to trace the source of evil. My theory is that it may be a new requirement on Sonatype/Maven Central that javadoc jars need .asc signature, and the publishSigned task hasn't changed to accommodate that.
Failed to close the repository
[error] Activity close started:2018-06-22T15:49:27.111Z, stopped:
[error] Failed: signature-staging, failureMessage:MissingSignature:'/com/outworkers/phantom-connectors_2.12/2.24.7/phantom-connectors_2.12-2.24.7-javadoc.jar.asc' does not exist for 'phantom-connectors_2.12-2.24.7-javadoc.jar'.
java.lang.Exception:Failed to close the repository
While the error is self explanatory, the cause is less so.
Is the publishSigned task supposed to automatically sign all artifacts, including javadoc jars?
If not, how can I force it or require the plugin to do the doc jar signing by default? I haven't been able to find specifics in the doc, apologies in advance if this will turn out to be a case of rtfm.
Regards,
Flv.
The text was updated successfully, but these errors were encountered:
A brand new error appeared on a build configuration that has been working and stayed unchanged for months, and I'm trying to trace the source of evil. My theory is that it may be a new requirement on Sonatype/Maven Central that javadoc jars need
.asc
signature, and thepublishSigned
task hasn't changed to accommodate that.While the error is self explanatory, the cause is less so.
publishSigned
task supposed to automatically sign all artifacts, includingjavadoc
jars?Regards,
Flv.
The text was updated successfully, but these errors were encountered: