diff --git a/HOW-TO-RUN.md b/HOW-TO-RUN.md index 50707ea..7859932 100644 --- a/HOW-TO-RUN.md +++ b/HOW-TO-RUN.md @@ -66,6 +66,9 @@ If this does not work: directory contains no configuration for a specific Maven repo. If in 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: `mvn clean package package -Dmaven.test.skip=true`. * In rare cases dependencies might not be downloaded correctly. In diff --git a/WIE-LAUFEN.md b/WIE-LAUFEN.md index 4e442db..9d4a7da 100644 --- a/WIE-LAUFEN.md +++ b/WIE-LAUFEN.md @@ -73,6 +73,9 @@ in deinem Heimatverzeichnis keine Konfiguration für ein spezielles Maven Repository enthalten. Im Zweifelsfall kannst du die Datei einfach löschen. +* Die Tests nutzen einige Ports auf dem Rechner. Stelle sicher, dass + im Hintergrund keine Server laufen. + * Führe die Tests beim Build nicht aus: `mvn clean package package -Dmaven.test.skip=true`.