Updated Branches: refs/heads/bvt 2da027c70 -> f3167e683
run the test lifecycle only when config is specified Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/f3167e68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/f3167e68 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/f3167e68 Branch: refs/heads/bvt Commit: f3167e683b2469ac046baef2f2a78cfb548e098e Parents: 2da027c Author: Prasanna Santhanam <[email protected]> Authored: Mon Mar 11 21:09:22 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Mon Mar 11 21:09:22 2013 +0530 ---------------------------------------------------------------------- tools/marvin/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f3167e68/tools/marvin/pom.xml ---------------------------------------------------------------------- diff --git a/tools/marvin/pom.xml b/tools/marvin/pom.xml index 8cb9ec3..a3bd546 100644 --- a/tools/marvin/pom.xml +++ b/tools/marvin/pom.xml @@ -88,6 +88,7 @@ <profile> <id>marvin</id> <activation> + <property><name>marvin.config</name></property> </activation> <build> <plugins>
