Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 25, 2024
1 parent c22558d commit 0c48514
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@ cd bootique-rest-demo

### Build, test and package

This project uses a [runnable jar with lib folder](https://bootique.io/docs/3.x/bootique-docs/#runnable-jar-with-lib)
packaging recipe:

Run the following command to build the code, run the tests and package the app:
```
mvn clean package
```
Now your app is packaged for distribution as `target/bootique-rest-demo-3.0.tar.gz` archive. But the unpacked version
is also present in the `target` folder and can be used to run the app.
This project uses a [runnable jar with lib folder](https://bootique.io/docs/3.x/bootique-docs/#runnable-jar-with-lib)
packaging recipe, so now the app is packaged for distribution as `target/bootique-rest-demo-3.0.tar.gz` archive. But
there is also the "unpacked" version in the `target` folder that can be used to run the app.

### Run

Expand Down

0 comments on commit 0c48514

Please sign in to comment.