This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit cbd53e3f33bada43f7d8e2892074a68353a7fc5f Author: jcouteau <couteau@codelutin.com> Date: Thu Dec 24 16:23:50 2020 +0100 Use target instead of task in maven-antrun-plugin --- echobase-domain/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/echobase-domain/pom.xml b/echobase-domain/pom.xml index 4ea298b6..5a24ad2e 100644 --- a/echobase-domain/pom.xml +++ b/echobase-domain/pom.xml @@ -321,10 +321,10 @@ <phase>generate-resources</phase> <inherited>false</inherited> <configuration> - <tasks> + <target> <echo message="copy echobase referential" /> <copy verbose="true" failonerror="false" overwrite="true" file="${project.basedir}/src/main/data/echobase-referentiel.echobase" tofile="${project.build.directory}/echobase-referentiel-${project.version}.echobase" /> - </tasks> + </target> </configuration> <goals> <goal>run</goal> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.