Also remove the dist directory with a mvn clean
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e8eb75b3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e8eb75b3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e8eb75b3 Branch: refs/heads/master Commit: e8eb75b38c4b0bd89da2942631a9102d06756576 Parents: 47384e3 Author: Hugo Trippaers <[email protected]> Authored: Fri Sep 20 11:43:14 2013 +0800 Committer: Hugo Trippaers <[email protected]> Committed: Fri Sep 20 18:31:02 2013 +0800 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8eb75b3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d9a30f..4bae29a 100644 --- a/pom.xml +++ b/pom.xml @@ -434,6 +434,12 @@ <include>**/*</include> </includes> </fileset> + <fileset> + <directory>dist</directory> + <includes> + <include>**/*</include> + </includes> + </fileset> </filesets> </configuration> </plugin>
