Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-02-05 19:29:48 +0000
committerAlexander Kurtakov2020-02-05 19:29:48 +0000
commiteb1b8a0dc3e1cfd84203405f2b61d85134f63696 (patch)
tree60e1bc52b5a397d7f5ac4f864677f40163586853 /dsf-gdb
parent6a8d73bdde49bc310d9fe28878a192d28e35f578 (diff)
downloadorg.eclipse.cdt-eb1b8a0dc3e1cfd84203405f2b61d85134f63696.tar.gz
org.eclipse.cdt-eb1b8a0dc3e1cfd84203405f2b61d85134f63696.tar.xz
org.eclipse.cdt-eb1b8a0dc3e1cfd84203405f2b61d85134f63696.zip
Move away of deprecated tasks in maven-antrun-plugin configs.
Change-Id: Ife9d0198723d08759f08f074909b3fe2c7f62eaf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'dsf-gdb')
-rw-r--r--dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
index 9be1c35ba6a..914e216bc3d 100644
--- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
+++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml
@@ -30,9 +30,9 @@
<id>clean</id>
<phase>clean</phase>
<configuration>
- <tasks>
+ <target>
<ant antfile="TestAppBuilder.xml" target="clean"/>
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>
@@ -42,9 +42,9 @@
<id>prepare</id>
<phase>pre-integration-test</phase>
<configuration>
- <tasks>
+ <target>
<ant antfile="TestAppBuilder.xml" target="makeTestApps"/>
- </tasks>
+ </target>
</configuration>
<goals>
<goal>run</goal>

Back to the top