You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

After distributing packages to Artifactory and getting them included in JCenter the final step is syncing them out to Maven-Central.

This guide is only intended for use when there are issues with package syncing that need to be manually resolved.
The Linux Foundation release automation should perform this step automatically by using the Bintray API.

Step-by-step guide

  1. Navigate to your Bintray repository
  2. Switch to the Old UI



  3. Click on the package you'd like to sync.
  4. Ensure the package has been include in JCenter.
    There will be a 'JCenter' logo in the bottom right of the package detail view if the package has been included.
  5. Click on the 'Maven Central' tab in the package detail view.
  6. Ensure the 'Close and release repository when done' option is checked, and click 'Sync'



  7. If successful the Last Sync Status on right-hand side will display: "Successfully synced and closed repo."
  8. If unsuccessful, you'll need to resolve the issues stated in the Last Sync Status. These may be:
    1. Missing Javadoc Jars
    2. Missing Source Jars
    3. Unsigned Packages
    4. Intermittent issues with Maven Central - Just retry
    5. Repository on Maven-Central in bad state - Retry



  • No labels