Skip to content

Commit

Permalink
fix: update readme to explicitize the clean goal (needed to run lates…
Browse files Browse the repository at this point in the history
…t version) and --also-make (necessary to build dependencies modules)
  • Loading branch information
SalathielGenese committed Sep 3, 2023
1 parent 327f432 commit ea3f202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@ mvn clean test
API Server
```shell
# After starting the server, visit http://localhost:8080
mvn --projects jsgenerator-api spring-boot:run
mvn --also-make --projects jsgenerator-api clean spring-boot:run
```

Command Line Interface (CLI)
```shell
# After reading the help, play out with different CLI options
mvn --projects jsgenerator-cli spring-boot:run -Dspring-boot.run.arguments=--help
mvn --also-make --projects jsgenerator-cli clean spring-boot:run -Dspring-boot.run.arguments=--help

# For example:
mvn --projects :jsgenerator-cli spring-boot:run \
mvn --also-make --projects :jsgenerator-cli clean spring-boot:run \
-Dspring-boot.run.arguments="--tty --inline '<div>I am a <strong>tea pot</strong></div>'"
```

Expand Down
Binary file modified illustrations/intellij-maven-runner-configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea3f202

Please sign in to comment.