Search code examples
androidmavenbintrayjcenter

Bintray synchronization with Maven Central


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 ?


Solution

  • 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.