Updated Branches: refs/heads/master 951c12416 -> fe4cd5ecd
Fix ordering of the statements as bare statements are allowed only once Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fe4cd5ec Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/fe4cd5ec Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/fe4cd5ec Branch: refs/heads/master Commit: fe4cd5ecd0732254558ccd056eca46f2865f8994 Parents: 951c124 Author: Hugo Trippaers <[email protected]> Authored: Mon Sep 24 14:42:47 2012 -0700 Committer: Hugo Trippaers <[email protected]> Committed: Mon Sep 24 14:43:47 2012 -0700 ---------------------------------------------------------------------- developer/pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fe4cd5ec/developer/pom.xml ---------------------------------------------------------------------- diff --git a/developer/pom.xml b/developer/pom.xml index 03f2185..25e56e0 100644 --- a/developer/pom.xml +++ b/developer/pom.xml @@ -152,6 +152,15 @@ </goals> <configuration> <sqlCommand>INSERT INTO `cloud`.`domain` (id, name, parent, path, owner) VALUES (1, 'ROOT', NULL, '/', 2)</sqlCommand> + </configuration> + </execution> + <execution> + <id>prefill-configuration</id> + <phase>process-test-resources</phase> + <goals> + <goal>execute</goal> + </goals> + <configuration> <sqlCommand>INSERT INTO `cloud`.`configuration` (category, instance, component, name, value) VALUES ('Hidden', 'DEFAULT', 'management-server', 'init', 'false')</sqlCommand> </configuration> </execution>
