diff --git a/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md b/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md index ae681a1a..5765dbda 100644 --- a/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md +++ b/jfrog-applications/jfrog-cli/binaries-management-with-jfrog-artifactory/package-managers-integration.md @@ -129,9 +129,9 @@ For integrating with Maven and Gradle, JFrog CLI uses the build-info-extractor j If you're using JFrog CLI on a machine which has no access to the internet, you can configure JFrog CLI to download these jar files from an Artifactory instance. Here's how to configure Artifactory and JFrog CLI to download the jars files. -1. Create a remote Maven repository in Artifactory and name it **extractors**. When creating the repository, configure it to proxy [https://releases.jfrog.io/artifactory/oss-release-local](https://releases.jfrog.io/artifactory/oss-release-local) +1. Create a remote Maven repository in Artifactory and name it **extractors**. When creating the repository, configure it to proxy [https://releases.jfrog.io](https://releases.jfrog.io) 2. Make sure that this Artifactory server is known to JFrog CLI, using the [jf c show](https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/configurations/jfrog-platform-configuration#showing-the-configured-servers) command. If not, configure it using the [jf c add](https://jfrog.com/help/r/jfrog-cli/Adding-and-Editing-Configured-Servers) command. -3. Set the **JFROG\_CLI\_EXTRACTORS\_REMOTE** environment variable with the server ID of the Artifactory server you configured, followed by a slash, and then the name of the repository you created. For example _**my-rt-server/extractors**_ +3. Set the **JFROG\_CLI\_RELEASES\_REPO** environment variable with the server ID of the Artifactory server you configured, followed by a slash, and then the name of the repository you created. For example _**my-rt-server/extractors**_ ## Running Builds with MSBuild