Skip to content

Commit

Permalink
Update README.md with Building and Testing notes for revisioning
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 11, 2024
1 parent 1ba732e commit 57474da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ deliver context-aware, reasoning applications without any vendor lock-in. :bulb:

[Docker based installation guide](https://db2rest.com/docs/run-db2rest-on-docker).

# Building
Use `mvn verify` or `mvn clean package` , etc. from repo root folder, and pass in a value for `revision` to override the current default version in POMs:
`mvn -Drevision="1.5.4-SNAPSHOT" clean package -DskipTests`

# Testing
Running tests simply requires a Docker daemon running, where the build will automatically pull and run testcontainers for the database tests.

# Use Cases

Expand Down

0 comments on commit 57474da

Please sign in to comment.