File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 225
225
</goals >
226
226
<configuration >
227
227
<exportAntProperties >true</exportAntProperties >
228
- <tasks >
228
+ <target >
229
229
<property name =" spark.classpath" refid =" maven.test.classpath" />
230
230
<property environment =" env" />
231
231
<fail message =" Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry." >
238
238
</not >
239
239
</condition >
240
240
</fail >
241
- </tasks >
241
+ </target >
242
242
</configuration >
243
243
</execution >
244
244
</executions >
Original file line number Diff line number Diff line change 98
98
</goals >
99
99
<configuration >
100
100
<exportAntProperties >true</exportAntProperties >
101
- <tasks >
101
+ <target >
102
102
<property name =" spark.classpath" refid =" maven.test.classpath" />
103
103
<property environment =" env" />
104
104
<fail message =" Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry." >
111
111
</not >
112
112
</condition >
113
113
</fail >
114
- </tasks >
114
+ </target >
115
115
</configuration >
116
116
</execution >
117
117
</executions >
Original file line number Diff line number Diff line change 133
133
</goals >
134
134
<configuration >
135
135
<exportAntProperties >true</exportAntProperties >
136
- <tasks >
136
+ <target >
137
137
<property name =" spark.classpath" refid =" maven.test.classpath" />
138
138
<property environment =" env" />
139
139
<fail message =" Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry." >
146
146
</not >
147
147
</condition >
148
148
</fail >
149
- </tasks >
149
+ </target >
150
150
</configuration >
151
151
</execution >
152
152
</executions >
You can’t perform that action at this time.
0 commit comments