Configure Artifactory to use the Lightwell Network Java repository

Configure JFrog Artifactory to proxy the Lightwell Network Java repository so that your organization's build tools resolve dependencies through your centralized Artifactory instance.

Before you begin

  • You have administrator access to your JFrog Artifactory instance.
  • You have an active Lightwell Network membership.
  • You have created a Lightwell Network service account. For more information, see Create a Lightwell Network service account
  • You have chosen the repository tier that matches your environment. For more information, see Choose the right repository for your environment
  • Your Artifactory naming policy allows the .rhlw-0000X version suffix, for example, 5.3.17.rhlw-00001. These suffixes are the standard identifiers for Lightwell-patched libraries

Procedure

  1. In the JFrog Platform console, navigate to Administration > Repositories.
  2. Click Create a Repository and select Remote.
  3. Select Maven as the package type.
  4. On the Basic tab, set the following values:
    1. In the Repository Key field, enter lightwell-remote.
    2. In the URL field, replace the default URL with the URL for your chosen repository tier, for example, https://packages.redhat.com/lightwell/java/remediated/
    3. In the User Name field, enter your registry service account username in the format XXXXXXX|service-account-name.
    4. In the Password / Access Token field, enter your registry service account token.
  5. Under Maven Settings, select the List Remote Artifacts checkbox to ensure that repository content is browsable.
  6. Verify that the Enable Token Authentication checkbox is cleared and all other fields remain at their default values.
  7. Leave the remaining fields at their default values.

What to do next