From 4ccfa973d1c8831a4f411edea28496f1161dbacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Mino?= Date: Wed, 18 Sep 2024 15:59:03 +0200 Subject: [PATCH] test: apply frontend-maven-plugin-cache when applying frontend-maven-plugin --- tests-ci/generate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-ci/generate.sh b/tests-ci/generate.sh index b117c0b4e3a..b35c790026c 100755 --- a/tests-ci/generate.sh +++ b/tests-ci/generate.sh @@ -95,7 +95,7 @@ sonar_back_front() { frontend_server_plugin() { if [[ $java_build_tool == 'maven' ]]; then - applyModules "frontend-maven-plugin" + applyModules "frontend-maven-plugin" "frontend-maven-plugin-cache" else applyModules "node-gradle-plugin" fi