Skip to content

Commit

Permalink
docs: document how to consume the library artefacts while in development
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed May 11, 2023
1 parent f02c790 commit e3ae6b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ There are three modules within the project:

## Consuming this library

* This library is not published to any Maven public repository.
* Product artifacts are available from Red Hat internal repositories.
* If you need to use this library while in development then you can either:
1. run `./mvnw install` to have it available locally as a Maven dependency, or
2. deploy it yourself to some repository that you own (`./mvnw deploy (...)`).
✅ Product artifacts are available from Red Hat internal repositories.

🧪 If you need to use these libraries while in development then you can consume the upstream artefacts from GitHub Packages:
- see https://github.com/orgs/RedHatInsights/packages?repo_name=insights-java-client
- use https://maven.pkg.github.com/RedHatInsights/insights-java-client as an additional Maven repository to your build.

## Building

Expand Down

0 comments on commit e3ae6b8

Please sign in to comment.