This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Configure Sonatype Nexus Repository to use Endor patches

Learn how to configure yourSonatype Nexus Repository setup to use Endor patches.

Configure Sonatype Nexus Repository Manager to ensure that the patched dependencies from Endor Labs are fetched and used correctly. The following procedures use Maven as the repository type, you can select the repository type based on your requirements.

Create a remote repository for Endor Patching

Create a remote repository to fetch artifacts from the Endor Patch repository.

  1. Log in to the Nexus Repository Manager.
  2. Go to Repositories and click Create repository.
  3. Select maven2 (proxy) as the recipe.
  4. Enter the repository name, such as endor-patch.
  5. In Remote Storage, enter the Endor Patch repository URL (typically given by Endor Labs) like https://factory.endorlabs.com/v1/namespaces//maven2. Remote Storage
  6. Select Authentication, and enter the username and password.
  7. Click Create repository to save.

Prioritize Endor patch repository in Maven group

If you have a Maven group repository that combines multiple repositories, you need to prioritize the Endor patch repository.

  1. Log in to the Nexus Repository Manager.
  2. Select Browse and navigate to your Maven group repository that combines multiple repositories.
  3. Edit the group repository and move the endor-patch repository to the top of the order in the members list. This ensures that Endor Patch is checked first before any other repository for patch dependencies. Member Repositories Edit
  4. Click Save to save the changes.

Set up routing rules in other repositories

You can set up routing rules in repositories, other than the Endor patch repositories, to exclude Endor patch repositories. This will prevent other repositories from overriding the Endor patch dependencies.

  1. Log in to the Nexus Repository Manager.
  2. Select Repository in the Administration menu.
  3. Select Create Routing Rule.
  4. Enter a name such as exclude-endor-patch.
  5. Select Block as the mode.
  6. Enter the regular expression to block Endor patches in Matchers. For example, com/endor/patch/.*. Routing Rules for Nexus
  7. Click Create Routing Rule to save the rule.
  8. Select Browse and navigate to the proxy repository that you want to edit.
  9. Click Edit and select the routing rule that you created as the Routing Rule.
  10. Click Save.