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.
This commit is contained in:
Hugo Trippaers 2012-10-22 10:05:22 +02:00
parent fd5421670d
commit d04bfc3400
1 changed files with 3 additions and 3 deletions

View File

@ -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>