Updated Branches: refs/heads/master 17977b426 -> 4e47577fb
Fix a bug in the pom where the target and dist directory would not be removed during a clean Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cf6a5c7c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cf6a5c7c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cf6a5c7c Branch: refs/heads/master Commit: cf6a5c7c5a4f33ec3917354281bf91c45f1c84eb Parents: 17977b4 Author: Hugo Trippaers <[email protected]> Authored: Fri Sep 20 19:31:44 2013 +0800 Committer: Hugo Trippaers <[email protected]> Committed: Fri Sep 20 19:31:44 2013 +0800 ---------------------------------------------------------------------- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cf6a5c7c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cb4dd1d..46a62715 100644 --- a/pom.xml +++ b/pom.xml @@ -439,6 +439,13 @@ <include>**/*</include> </includes> </fileset> + <fileset> + <directory>${basedir}</directory> + <includes> + <include>${cs.target.dir}</include> + <include>dist</include> + </includes> + </fileset> </filesets> </configuration> </plugin>
