Skip to content

Commit

Permalink
Minor fixes to HOW-TO-RUN.md and WIE-LAUFEN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed May 7, 2018
1 parent 85f016c commit d255f73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions HOW-TO-RUN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ This is a step-by-step guide how to run the example:

## Build

Change to the directory `microservice-kafka-demo` and run `./mvnw clean
Change to the directory `microservice-kafka` and run `./mvnw clean
package` or `mvnw.cmd clean package` (Windows). This will take a while:

```
[~/microservice-kafka/microservice-kafka-demo]./mvnw clean package
[~/microservice-kafka/microservice-kafka]./mvnw clean package
....
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ microservice-kafka-invoicing ---
Expand Down Expand Up @@ -62,7 +62,7 @@ doubt: delete the file.
* The tests use some ports on the local machine. Make sure that no
server runs in the background.

* Skip the tests: `./mvnw clean package Dmaven.test.skip=true` or
* Skip the tests: `./mvnw clean package -Dmaven.test.skip=true` or
`mvnw.cmd clean package -Dmaven.test.skip=true` (Windows).

* In rare cases dependencies might not be downloaded correctly. In
Expand Down
4 changes: 2 additions & 2 deletions WIE-LAUFEN.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Informationen zu Maven und Docker finden sich im

## Build

Wechsel in das Verzeichnis `microservice-kafka-demo` und starte
Wechsel in das Verzeichnis `microservice-kafka` und starte
`./mvnw clean package` bzw. `mvnw.cmd clean package`. Das wird einige
Zeit dauern:

```
[~/microservice-kafka/microservice-kafka-demo]./mvnw clean package
[~/microservice-kafka/microservice-kafka]./mvnw clean package
....
[INFO]
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ microservice-kafka-invoicing ---
Expand Down

0 comments on commit d255f73

Please sign in to comment.