mirror of
https://github.com/airsonic/airsonic.git
synced 2025-10-03 09:49:17 +02:00
Update syntax following maven-antrun-plugin 3.0.0 upgrade
This commit is contained in:
parent
6ab03e88a3
commit
96e98cf2e2
1 changed files with 2 additions and 2 deletions
|
@ -190,12 +190,12 @@
|
|||
<id>create-host-music-folder-for-docker</id>
|
||||
<phase>process-resources</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<target>
|
||||
<delete dir="${docker.testing.default-music-folder}"/>
|
||||
<mkdir dir="${docker.testing.default-music-folder}"/>
|
||||
<delete dir="${docker.testing.output-folder}"/>
|
||||
<mkdir dir="${docker.testing.output-folder}"/>
|
||||
</tasks>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue