From b433fb14dcc37a25a23b150988fbefad8a7297b2 Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Tue, 10 Jun 2025 09:55:23 +0000 Subject: [PATCH] Updated azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d4e2b1a..7dc13f4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,7 @@ stages: - task: Maven@4 inputs: mavenPomFile: 'hermione/pom.xml' - goals: 'install -DskipTests' + goals: 'clean install -DskipTests' displayName: 'Build hermione' - script: |