branch develop updated (13cc0bbf -> cbd53e3f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git from 13cc0bbf :arrow_up: update parent pom new cbd53e3f Use target instead of task in maven-antrun-plugin The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: echobase-domain/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm