From d04bfc3400da4ba15e99f6685e191b052ea249ca Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Mon, 22 Oct 2012 10:05:22 +0200 Subject: [PATCH] Moved apidocs,marvin and devcloud to developer profile These maven targets depend on a specific setup of a developer desktop and require special tools that might not be available on all operating systems (like bash). Also on of the bash scripts directly calls javac instead of using the maven build system to deal with dependencies to the method might not run correcly on all systems. I've moved these tasks to the developer profile, so you can still use them but you need to add -P developer to the mvn commandline. This allows the base of cloudstack to build and run even if you environment is not configured to run publican for example. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2c7f3f1f95e..f1a21bbe6ec 100644 --- a/pom.xml +++ b/pom.xml @@ -159,9 +159,6 @@ patches client test - tools/apidoc - tools/devcloud - tools/marvin @@ -344,6 +341,9 @@ developer developer + tools/apidoc + tools/devcloud + tools/marvin