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/323c3211 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/323c3211 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/323c3211 Branch: refs/heads/api_entity Commit: 323c3211c814db8053cd050da69a05417b22cc03 Parents: 7e91c47 Author: Prasanna Santhanam <[email protected]> Authored: Mon Mar 11 21:09:22 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Mar 20 11:07:49 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/323c3211/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>
