mirror of https://github.com/apache/archiva.git
Fixing config delete issue
This commit is contained in:
parent
f470fdbe74
commit
f255732969
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue