mirror of https://github.com/apache/cloudstack.git
Don't build stuff that is never used, move the cloud-test project to the developer build.
This commit is contained in:
parent
7ab3e277c4
commit
dc227e3384
2
pom.xml
2
pom.xml
|
|
@ -171,7 +171,6 @@
|
|||
<module>engine</module>
|
||||
<module>plugins</module>
|
||||
<module>framework</module>
|
||||
<module>test</module>
|
||||
<module>client</module>
|
||||
<module>services</module>
|
||||
<module>maven-standard</module>
|
||||
|
|
@ -827,6 +826,7 @@
|
|||
<marvin.config>tools/devcloud/devcloud.cfg</marvin.config>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>test</module>
|
||||
<module>developer</module>
|
||||
<module>tools</module>
|
||||
</modules>
|
||||
|
|
|
|||
Loading…
Reference in New Issue