Skip to content

Commit

Permalink
Merge pull request #74 from RedHatInsights/docs/consume-library
Browse files Browse the repository at this point in the history
docs: explain how to consume this library
  • Loading branch information
jponge authored Apr 12, 2023
2 parents 12694f2 + 2007d3e commit 75d0d56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ There are three modules within the project:
* jboss-cert-helper - A standalone Go binary that is used to provide access to RHEL certs
* runtime - A Java 11 module that provides an HTTP client and some top-level reports. Most implementations will depend on this.

## 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 (...)`).

## Building

- Requires Java 11
Expand Down

0 comments on commit 75d0d56

Please sign in to comment.