mirror of https://github.com/apache/cloudstack.git
Properly clean the target dir of the console-proxy server
This commit is contained in:
parent
e7f8c6a0a6
commit
7cb4753b3a
|
|
@ -148,6 +148,10 @@
|
|||
<directory>dist</directory>
|
||||
<followSymlinks>false</followSymlinks>
|
||||
</fileset>
|
||||
<fileset>
|
||||
<directory>target</directory>
|
||||
<followSymlinks>false</followSymlinks>
|
||||
</fileset>
|
||||
</filesets>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
|||
Loading…
Reference in New Issue