Skip to content

Commit b8ff8cb

Browse files
committed
Replace deprecated Ant <tasks> with <target>
1 parent 5a3ad10 commit b8ff8cb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
</goals>
226226
<configuration>
227227
<exportAntProperties>true</exportAntProperties>
228-
<tasks>
228+
<target>
229229
<property name="spark.classpath" refid="maven.test.classpath" />
230230
<property environment="env" />
231231
<fail message="Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry.">
@@ -238,7 +238,7 @@
238238
</not>
239239
</condition>
240240
</fail>
241-
</tasks>
241+
</target>
242242
</configuration>
243243
</execution>
244244
</executions>

repl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</goals>
9999
<configuration>
100100
<exportAntProperties>true</exportAntProperties>
101-
<tasks>
101+
<target>
102102
<property name="spark.classpath" refid="maven.test.classpath" />
103103
<property environment="env" />
104104
<fail message="Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry.">
@@ -111,7 +111,7 @@
111111
</not>
112112
</condition>
113113
</fail>
114-
</tasks>
114+
</target>
115115
</configuration>
116116
</execution>
117117
</executions>

yarn/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
</goals>
134134
<configuration>
135135
<exportAntProperties>true</exportAntProperties>
136-
<tasks>
136+
<target>
137137
<property name="spark.classpath" refid="maven.test.classpath" />
138138
<property environment="env" />
139139
<fail message="Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry.">
@@ -146,7 +146,7 @@
146146
</not>
147147
</condition>
148148
</fail>
149-
</tasks>
149+
</target>
150150
</configuration>
151151
</execution>
152152
</executions>

0 commit comments

Comments
 (0)