Updated Branches: refs/heads/master fd5421670 -> d04bfc340
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. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/d04bfc34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/d04bfc34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/d04bfc34 Branch: refs/heads/master Commit: d04bfc3400da4ba15e99f6685e191b052ea249ca Parents: fd54216 Author: Hugo Trippaers <[email protected]> Authored: Mon Oct 22 10:05:22 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Oct 22 10:05:22 2012 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d04bfc34/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2c7f3f1..f1a21bb 100644 --- a/pom.xml +++ b/pom.xml @@ -159,9 +159,6 @@ <module>patches</module> <module>client</module> <module>test</module> - <module>tools/apidoc</module> - <module>tools/devcloud</module> - <module>tools/marvin</module> </modules> <dependencies> @@ -344,6 +341,9 @@ <id>developer</id> <modules> <module>developer</module> + <module>tools/apidoc</module> + <module>tools/devcloud</module> + <module>tools/marvin</module> </modules> </profile> <profile>
