Search code examples
mavencloudartifactorynexusremote-repository

JFrog Artifactory Cloud Configurate Remote Repository


I'm struggling with a simple test using JFrog Artifactory Cloud when creating a remote repository to adobe public one.

I configure a remote as maven repository, on URL I've inserted https://repo.adobe.com/nexus/content/repositories/public and test ok on name just give a adobe-public name and click on save and finish.

After that I'm trying to obtain a existing (in repo.adobe.com) pom from https://xxxx/artifactory/adobe-public/com/day/jcr/vault/... but I can't get any pom.

I've tried to change several cache settings or offline settings but issue is always ""message" : "adobe-public: is offline". status 404.

On Logs, https://cccc/ui/admin/artifactory/advanced/system_logs there isn't also anything useful.

Thank you in advanced.


Solution

  • This is caused by global offline mode being active.

    I had same issue.

    Solved in: "https://.../ui/admin/artifactory/configuration/artifactory_general" - turn off "Global Offline Mode" and save.