Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javadoc jar not being signed during publishSigned #134

Open
alexflav23 opened this issue Jun 22, 2018 · 2 comments
Open

Javadoc jar not being signed during publishSigned #134

alexflav23 opened this issue Jun 22, 2018 · 2 comments

Comments

@alexflav23
Copy link

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:Missing Signature: '/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.

  1. Is the publishSigned task supposed to automatically sign all artifacts, including javadoc jars?
  2. 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.

@phillip-elliott
Copy link

I am also having this issue.

@rafafrdz
Copy link

I am also having this issue :( Any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants