将 Android 库从 JCenter 发布到 Maven Central
Publishing Android Library from JCenter to Maven Central
我正在执行 these 个步骤
通过 Bintray 和 Android Studio 在 JCenter 上提交 File Picker Android 库。该库已链接到 JCenter。我提供了所有详细信息,如 Sonatype 帐户详细信息和 GPG 密钥,还在 Sonatype 中创建了一个问题作为一个新项目。但是,当我尝试将库同步到 Maven Central 时,出现以下错误:
Last Synced: Never
Last Sync Status: Sync Failed
Last Sync Errors: Failed to promote repository: central_bundles-7671. Server response: <nexus-error> <errors> <error> <id>*</id> <msg>User 'angads25' missing 'promote' permission for staging profile: 7edbe315063867</msg> </error> </errors> </nexus-error> Dropping existing partial staging repository.
我该怎么办?
原因就在错误消息中。
您似乎没有权限在您尝试发布的路径下发布到 Maven Central。请检查您项目的组 ID 是否与您在 Sonatype JIRA 中请求所有权的组 ID 匹配。
我正在执行 these 个步骤 通过 Bintray 和 Android Studio 在 JCenter 上提交 File Picker Android 库。该库已链接到 JCenter。我提供了所有详细信息,如 Sonatype 帐户详细信息和 GPG 密钥,还在 Sonatype 中创建了一个问题作为一个新项目。但是,当我尝试将库同步到 Maven Central 时,出现以下错误:
Last Synced: Never
Last Sync Status: Sync Failed
Last Sync Errors: Failed to promote repository: central_bundles-7671. Server response: <nexus-error> <errors> <error> <id>*</id> <msg>User 'angads25' missing 'promote' permission for staging profile: 7edbe315063867</msg> </error> </errors> </nexus-error> Dropping existing partial staging repository.
我该怎么办?
原因就在错误消息中。
您似乎没有权限在您尝试发布的路径下发布到 Maven Central。请检查您项目的组 ID 是否与您在 Sonatype JIRA 中请求所有权的组 ID 匹配。