the cloud-engine-storage-integration-test sub-project should not depend on the nonoss build. It can be enabled with its own profile "integration-test".
Removing the nonoss activation tag from the profile. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d499f0a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d499f0a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d499f0a Branch: refs/heads/disk-cache Commit: 0d499f0af09ce30689a0bc935eb6e2adbe1b4c47 Parents: e12c0c4 Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Mon Sep 2 14:29:01 2013 +0200 Committer: Hugo Trippaers <htrippa...@schubergphilis.com> Committed: Mon Sep 2 14:32:25 2013 +0200 ---------------------------------------------------------------------- engine/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0d499f0a/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index 040246a..27254d5 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -47,11 +47,6 @@ <profiles> <profile> <id>integration-test</id> - <activation> - <property> - <name>nonoss</name> - </property> - </activation> <modules> <module>storage/integration-test</module> </modules>