Fixing config delete issue

This commit is contained in:
Martin Stockhammer 2017-06-10 14:52:52 +02:00
parent f470fdbe74
commit f255732969
1 changed files with 5 additions and 3 deletions

View File

@ -819,13 +819,15 @@
<executions>
<execution>
<id>cleanup-files</id>
<phase>clean</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
<delete file="${user.home}/.m2/archiva.xml" quiet="true"/>
</tasks>
<failOnError>false</failOnError>
<target>
<delete file="${user.home}/.m2/archiva.xml" />
</target>
</configuration>
</execution>
</executions>