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 6a39ef6aa3eaae0dfbf4fe98a2152c6f20070412 Author: Yeser Amer <[email protected]> AuthorDate: Fri Oct 4 10:29:18 2024 +0200 wip --- jitexecutor/jitexecutor-runner/pom.xml | 9 +++++++++ pom.xml | 2 -- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/jitexecutor/jitexecutor-runner/pom.xml b/jitexecutor/jitexecutor-runner/pom.xml index a91c51fbb..bb4d66198 100644 --- a/jitexecutor/jitexecutor-runner/pom.xml +++ b/jitexecutor/jitexecutor-runner/pom.xml @@ -128,6 +128,15 @@ </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 cbabbcbbf..ae739181d 100644 --- a/pom.xml +++ b/pom.xml @@ -90,7 +90,6 @@ <properties> <project.build.outputTimestamp>2024-01-16T00:00:00Z</project.build.outputTimestamp> - <version.maven.artifact.plugin>3.4.1</version.maven.artifact.plugin> </properties> <build> @@ -99,7 +98,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-artifact-plugin</artifactId> - <version>${version.maven.artifact.plugin}</version> <configuration> <outputTimestamp>${project.build.outputTimestamp}</outputTimestamp> </configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
