From 23948f1b3ea991d3e7aef103a08fa8987fd4590a Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Thu, 9 Jun 2022 11:34:25 +1000 Subject: [PATCH] no more profile IT tests runs per default (#8138) --- jetty-maven-plugin/README_INTEGRATION_TEST.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jetty-maven-plugin/README_INTEGRATION_TEST.md b/jetty-maven-plugin/README_INTEGRATION_TEST.md index 43a97b9161ad..1ef95192debf 100644 --- a/jetty-maven-plugin/README_INTEGRATION_TEST.md +++ b/jetty-maven-plugin/README_INTEGRATION_TEST.md @@ -8,10 +8,6 @@ Integration tests location -------------------- Test projects are located within the folder: src/it -Running the tests --------------------- -As they can be long to run, the tests do not run per default. So to run them you must activate a profile using the command line argument: ```-Prun-its``` - Running single test -------------------- You can run single or set of test as well using the command line argument: ```-Dinvoker.test=it-parent-pom,jetty-run-mojo-it,jetty-run-war*-it,!jetty-run-distro*```