File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 168
168
<id >create target directory</id >
169
169
<phase >initialize</phase >
170
170
<configuration >
171
- <tasks >
171
+ <target >
172
172
<mkdir dir =" ${basedir}/target" />
173
- </tasks >
173
+ </target >
174
174
</configuration >
175
175
<goals >
176
176
<goal >run</goal >
180
180
<id >unzip maps bundle</id >
181
181
<phase >process-resources</phase >
182
182
<configuration >
183
- <tasks >
183
+ <target >
184
184
<untar compression =" gzip"
185
185
src =" ${basedir}/target/graphhopper-graphhopper-maps-bundle-${graphhopper-maps.version}.tgz"
186
186
dest =" ${basedir}/target/classes/com/graphhopper/maps" >
190
190
</patternset >
191
191
<mapper type =" regexp" from =" package\/dist\/(.*)" to =" \1" />
192
192
</untar >
193
- </tasks >
193
+ </target >
194
194
</configuration >
195
195
<goals >
196
196
<goal >run</goal >
You can’t perform that action at this time.
0 commit comments