From f9b71e121bcc46333135557e2344206f83f004cf Mon Sep 17 00:00:00 2001 From: Derek Pang <60524026+derekscp@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:39:10 -0800 Subject: [PATCH] Update package-managers-integration.md with updated steps for Downloading the Maven and Gradle Extractor JARs --- .../package-managers-integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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