This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit eb03c751ff504e030b01a1a059275544b50fe72c Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 20 13:53:01 2023 +0100 Camel-Jbang-main: Antrun maven plugin tasks deprecation removed Signed-off-by: Andrea Cosentino <[email protected]> --- dsl/camel-jbang/camel-jbang-main/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsl/camel-jbang/camel-jbang-main/pom.xml b/dsl/camel-jbang/camel-jbang-main/pom.xml index 94f664a85a9..8d5b99522e5 100644 --- a/dsl/camel-jbang/camel-jbang-main/pom.xml +++ b/dsl/camel-jbang/camel-jbang-main/pom.xml @@ -79,14 +79,14 @@ <execution> <phase>prepare-package</phase> <configuration> - <tasks> + <target> <copy todir="${dist.dir}"> <fileset dir="${project.build.directory}"> <include name="**/*.java"/> </fileset> </copy> <chmod file="${dist.dir}/*.java" perm="u+x" /> - </tasks> + </target> </configuration> <goals> <goal>run</goal>
