This is an automated email from the ASF dual-hosted git repository. yamer pushed a commit to branch 10.0.x-reproducible in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
commit 1c9417e75f6497bb8e8982326910afe624a1c2b5 Author: Yeser Amer <[email protected]> AuthorDate: Fri Oct 4 10:43:31 2024 +0200 wip --- jitexecutor/jitexecutor-runner/pom.xml | 9 --------- pom.xml | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/jitexecutor/jitexecutor-runner/pom.xml b/jitexecutor/jitexecutor-runner/pom.xml index bb4d66198..a91c51fbb 100644 --- a/jitexecutor/jitexecutor-runner/pom.xml +++ b/jitexecutor/jitexecutor-runner/pom.xml @@ -128,15 +128,6 @@ </systemPropertyVariables> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-artifact-plugin</artifactId> - <configuration> - <ignore> - <ignore>image-build.zip</ignore> - </ignore> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> diff --git a/pom.xml b/pom.xml index ae739181d..ea403816f 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,7 @@ <artifactId>maven-artifact-plugin</artifactId> <configuration> <outputTimestamp>${project.build.outputTimestamp}</outputTimestamp> + <ignore>image-build.zip</ignore> </configuration> </plugin> </plugins> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
