From e041e43b739a497054e1d55bed8df3b16553c506 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Mon, 16 Oct 2023 11:07:19 +0200 Subject: [PATCH] Use maven quick profile in tox-verify job Quick profile allows to disable test, code analysis, javadoc generation and so on. JIRA: TRNSPRTPCE-767 Signed-off-by: Gilles Thouenon Change-Id: I20166dd309e46229fe698e7e12879272ad3eb083 --- tests/build_controller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/build_controller.sh b/tests/build_controller.sh index d250dcf1c..00a8fe28b 100755 --- a/tests/build_controller.sh +++ b/tests/build_controller.sh @@ -19,7 +19,7 @@ fi #build controller, source JDK_JAVA_OPTIONS to remove illegal reflective acces warnings introduced by Java11 . "$current_dir"/reflectwarn.sh -mvn clean install -B -q -s tests/odl_settings.xml -DskipTests -Dmaven.javadoc.skip=true -Dodlparent.spotbugs.skip -Dodlparent.checkstyle.skip +mvn clean install -B -q -s tests/odl_settings.xml -Pq #patch Karaf exec for the same reason at runtime and also to have the possibility to use alternative ports ./karaf/target/assembly/ressources/post_install_for_tests.sh -- 2.36.6