diff --git a/.ci/environments/quarkus-3/before.sh b/.ci/environments/quarkus-3/before.sh index c0a4a96f816..aeda81b1915 100755 --- a/.ci/environments/quarkus-3/before.sh +++ b/.ci/environments/quarkus-3/before.sh @@ -14,7 +14,7 @@ patch_file="${script_dir_path}"/patches/0001_before_sh.patch if [ "${ci}" = "true" ]; then # In CI we need the main branch snapshot artifacts deployed locally set -x - ${mvn_cmd} clean install -Dquickly + ${mvn_cmd} clean install -Dquickly -Dfull set +x fi