This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new 410595be fix(ci): keep version artifact only 410595be is described below commit 410595beb81d763e43e6b32ba2f724072a55b1d8 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Nov 21 10:30:17 2022 +0100 fix(ci): keep version artifact only --- distribution/src/main/assemblies/repository.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/distribution/src/main/assemblies/repository.xml b/distribution/src/main/assemblies/repository.xml index 3a530339..58cea424 100644 --- a/distribution/src/main/assemblies/repository.xml +++ b/distribution/src/main/assemblies/repository.xml @@ -29,8 +29,11 @@ <outputDirectory>./</outputDirectory> <directory>${settings.localRepository}</directory> <includes> - <include>org/apache/camel/k/**</include> + <include>org/apache/camel/k/*/${project.version}/**</include> </includes> + <excludes> + <exclude>org/apache/camel/k/apache-camel-k-runtime/**</exclude> + </excludes> </fileSet> </fileSets> </assembly>