Properly clean the target dir of the console-proxy server

This commit is contained in:
Hugo Trippaers 2013-08-13 17:57:34 +02:00
parent e7f8c6a0a6
commit 7cb4753b3a
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@
<directory>dist</directory>
<followSymlinks>false</followSymlinks>
</fileset>
<fileset>
<directory>target</directory>
<followSymlinks>false</followSymlinks>
</fileset>
</filesets>
</configuration>
</plugin>