Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 1448885f by Tony Chemit at 2024-12-30T13:01:51+01:00 Fix client zip build - - - - - 1 changed file: - client/runner/pom.xml Changes: ===================================== client/runner/pom.xml ===================================== @@ -617,7 +617,7 @@ <goals> <goal>run</goal> </goals> - <phase>integration-test</phase> + <phase>pre-integration-test</phase> <configuration> <target> <copy failonerror="true" file="${project.build.directory}/${project.build.finalName}.jar" overwrite="true" tofile="${project.build.directory}/${applicationJarName}.jar"/> @@ -693,7 +693,7 @@ <goals> <goal>run</goal> </goals> - <phase>integration-test</phase> + <phase>pre-integration-test</phase> <configuration> <target> <copy failonerror="true" file="${project.build.directory}/${project.build.finalName}.exe" overwrite="true" tofile="${project.build.directory}/${applicationJarName}.exe"/> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/1448885fccbe479b5c716401ba... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/1448885fccbe479b5c716401ba... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)