Make the dist dir for the systemvm when it is needed
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4e47577f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4e47577f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4e47577f Branch: refs/heads/master Commit: 4e47577fbdad7cb46f43f68fbccc8259c88d7b78 Parents: cf6a5c7 Author: Hugo Trippaers <[email protected]> Authored: Fri Sep 20 19:33:41 2013 +0800 Committer: Hugo Trippaers <[email protected]> Committed: Fri Sep 20 19:33:41 2013 +0800 ---------------------------------------------------------------------- systemvm/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4e47577f/systemvm/pom.xml ---------------------------------------------------------------------- diff --git a/systemvm/pom.xml b/systemvm/pom.xml index 5f35217..aa39940 100644 --- a/systemvm/pom.xml +++ b/systemvm/pom.xml @@ -112,6 +112,7 @@ </goals> <configuration> <target> + <mkdir dir="${basedir}/dist" /> <mkdir dir="${basedir}/target/build-patch" /> <mkdir dir="${basedir}/target/build-patch/usr/sbin" /> <copy overwrite="true" todir="${basedir}/target/build-patch">
