Updated Branches: refs/heads/master 65e39f666 -> 79e5a3a3a
Summary: Don't expect that mkisofs is installed by default, use the systemvm flag to enable the iso build Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/79e5a3a3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/79e5a3a3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/79e5a3a3 Branch: refs/heads/master Commit: 79e5a3a3ab825f0a44c1699479cbd3481b225b05 Parents: 65e39f6 Author: Hugo Trippaers <[email protected]> Authored: Mon Nov 19 17:16:45 2012 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Mon Nov 19 17:17:28 2012 +0100 ---------------------------------------------------------------------- console-proxy/pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/79e5a3a3/console-proxy/pom.xml ---------------------------------------------------------------------- diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml index c7871b2..2526503 100644 --- a/console-proxy/pom.xml +++ b/console-proxy/pom.xml @@ -135,6 +135,8 @@ </execution> </executions> </plugin> +<!-- Leave this to the systemvm profile + Enable using the -P systemvm flag <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> @@ -161,6 +163,7 @@ </arguments> </configuration> </plugin> +--> </plugins> </build> <profiles> @@ -186,6 +189,11 @@ </profile> <profile> <id>systemvm</id> + <activation> + <property> + <name>systemvm</name> + </property> + </activation> <build> <plugins> <plugin>
