Updated Branches: refs/heads/master 227509be4 -> 7cb4753b3
Properly clean the target dir of the console-proxy server Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7cb4753b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7cb4753b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7cb4753b Branch: refs/heads/master Commit: 7cb4753b3aea7b94c5fa04d94797afc17e387ec2 Parents: e7f8c6a Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Tue Aug 13 17:57:34 2013 +0200 Committer: Hugo Trippaers <htrippa...@schubergphilis.com> Committed: Tue Aug 13 17:57:55 2013 +0200 ---------------------------------------------------------------------- services/console-proxy/server/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7cb4753b/services/console-proxy/server/pom.xml ---------------------------------------------------------------------- diff --git a/services/console-proxy/server/pom.xml b/services/console-proxy/server/pom.xml index 15fb3c1..391c15a 100644 --- a/services/console-proxy/server/pom.xml +++ b/services/console-proxy/server/pom.xml @@ -148,6 +148,10 @@ <directory>dist</directory> <followSymlinks>false</followSymlinks> </fileset> + <fileset> + <directory>target</directory> + <followSymlinks>false</followSymlinks> + </fileset> </filesets> </configuration> </plugin>