0

I am trying to sync my library with Maven Central, but I get this error:

enter image description here enter image description here

What should I do? Please give step by step instructions . I know that you want to create files and pom.xml setting.xml , but shde create them and what plainy need to connect ?

Andrach
  • 199
  • 1
  • 6

1 Answers1

1

Your package should be complaint with all the Maven Central requirements, while in your case your packages aren't signed and (as the bottom of the screenshot shows) have POM files that don't meet the requirements. While Bintray can't help you with your POM files, it can sign the files you upload for you.

If you have specific questions about other failures (after you figured out the signing), feel free to post additional questions with the failure log.

JBaruch
  • 22,610
  • 5
  • 62
  • 90
  • Most likely you have updated the interface of the site and I can not find a checkbox GPG sign uploaded files automatically http://prntscr.com/af5t1o. What should I do? – Andrach Mar 14 '16 at 16:03
  • Did you set the keypair in your (or your org's) profile? – JBaruch Mar 14 '16 at 19:50
  • Now the two checkboxes should appear on the repo settings page. – JBaruch Mar 15 '16 at 06:16
  • Ok, I've got my package https://bintray.com/imangazaliev/maven/quickmenu library . Why do I need a repository , and how to properly set up ? http://prntscr.com/afih0x – Andrach Mar 15 '16 at 12:13
  • Oops, sorry , I found – Andrach Mar 15 '16 at 12:15
  • I get this error http://prntscr.com/afiqkf . What should I write in gradle, to generate javadoc? – Andrach Mar 15 '16 at 12:38
  • that's a whole different question that has been asked and answered on SO tons of times. BTW, I think you forgot to accept and vote for the right answer to your original question. – JBaruch Mar 15 '16 at 14:31