Repository: activemq-artemis Updated Branches: refs/heads/master 8be8f16e5 -> 826da3b09
Use <target> instead of deprecated <tasks> with maven-antrun-plugin Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6c84fa46 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6c84fa46 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6c84fa46 Branch: refs/heads/master Commit: 6c84fa4609040e0b87400bdc7da8d287d166c0bb Parents: 8be8f16 Author: Ville Skyttä <[email protected]> Authored: Mon Dec 21 22:30:10 2015 +0200 Committer: Clebert Suconic <[email protected]> Committed: Mon Dec 21 21:50:34 2015 -0500 ---------------------------------------------------------------------- artemis-dto/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6c84fa46/artemis-dto/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-dto/pom.xml b/artemis-dto/pom.xml index f89a312..6f7b3c4 100644 --- a/artemis-dto/pom.xml +++ b/artemis-dto/pom.xml @@ -64,7 +64,7 @@ <execution> <phase>generate-resources</phase> <configuration> - <tasks> + <target> <taskdef name="schemagen" classname="com.sun.tools.jxc.SchemaGenTask" /> <mkdir dir="${project.build.directory}/schema/org.apache.activemq/dto" /> <echo message="Generating XSD to: ${project.build.directory}/schema/org.apache.activemq/dto" /> @@ -79,7 +79,7 @@ <copy todir="${project.build.directory}/classes"> <fileset dir="${project.build.directory}/schema" /> </copy> - </tasks> + </target> </configuration> <goals> <goal>run</goal>
