From dc60e0a50c5bb919be40b1f49d1e5f8ca8d2c97f Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Sat, 3 Feb 2024 20:28:53 +0100 Subject: [PATCH] chore: ignore test modules when not testing --- vertx-vaadin-quarkus-extension/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/vertx-vaadin-quarkus-extension/pom.xml b/vertx-vaadin-quarkus-extension/pom.xml index c37610f3..a384177b 100644 --- a/vertx-vaadin-quarkus-extension/pom.xml +++ b/vertx-vaadin-quarkus-extension/pom.xml @@ -17,7 +17,6 @@ deployment runtime - integration-tests 3.8.1 @@ -89,4 +88,17 @@ + + + itests + + + !skipTests + + + + integration-tests + + +