Step 1

ARTIFACTORY: How to proxy a private Google Artifact Maven Registry

AuthorFullName__c
Srigokul Subramanian
articleNumber
000006134
ft:sourceType
Salesforce
FirstPublishedDate
2024-07-02T08:16:54Z
lastModifiedDate
2024-07-02
VersionNumber
2

Create a Maven Remote repository that points to the URL of the repository to point to the respective region's Artifact Registry endpoint.

The endpoint URLs typically follow the format "https://<region>-maven.pkg.dev/<Project-Name>/<Repository_Name>/," 

where the region corresponds to the location where the Maven registry is created.  (e.g., "https://asia-south1-maven.pkg.dev/test-project/maven-repo/").

User-added image

User-added image