From c3f9a9b748dba73f0f02a8f93f7c80300b50d6d5 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Thu, 11 Oct 2012 15:47:36 +0530 Subject: [PATCH] core: Comment testSourceDirectory in pom.xml to fix build A clean build is breaking due to testSourceDirectory being enabled. The tests in core/test/com/cloud/hypervisor/vmware/ depend on vmware nonoss libs and utils's test classes. The issue here is that core's test classes depend on utils's test classes. Commenting testSourceDirectory for now. The following patch should be added when this issue is fixed, only if VMWare related tests are moved from core/test: + + + vmware + + + nonoss + + + + + com.cloud.com.vmware + vmware-vim + 1.0 + provided + + + com.cloud.com.vmware + vmware-vim25 + 1.0 + provided + + + com.cloud.com.vmware + vmware-apputils + 1.0 + provided + + + com.cloud.com.vmware + vmware-lib-jaxrpc + 1.0 + runtime + + + org.apache.cloudstack + cloud-plugin-hypervisor-vmware + ${project.version} + + + org.apache.cloudstack + cloud-core + + + + + + Signed-off-by: Rohit Yadav --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 15f0f7b7302..2d372cc4700 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -47,6 +47,6 @@ install src - test +