Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Available profiles

Enabled by property

Requires profiles

Description

deps

 

 

Enables a convenience download for all dependencies into the deps directory, usage mvn -P deps -pl deps install

developer

 

 

Enables a convenience pom with developer functions

vmware

nonoss

 

Enables the build of vmware-base and the vmware plugin, requires vmware SDK to be present.

netapp

nonoss

 

Enables the build of the netapp plugin, requires NetApp manageontap sdk.

f5

nonoss

 

Enables the build of the f5 plugin, requires f5 iControl library

netscaler

nonoss

 

Enables the build of the netscaler plugin, requires additional libraries.

srx

nonoss

 

Enables the build of the juniper srx plugin, requires additional libraries.

marvin

marvin.config

developer

Allows you to configure cloudstack using a marvin json configuration

Available properties

 

Required profile

Description

deploydb

 

developer

Clears and creates the cloud database in the mysql server configured utils/conf/db.properties

nonoss

 

 

Enables all modules that are not part of the standard ASF build

systemvm

 

systemvm

Enabled the build of the systemvm.iso, requires mkisofs to be available on the commandline

awsapi

 

awsapi

Enables building of awsapi module along with rest of the CloudStack

...

To build the oss code(if you don't care about vmware/netscaler/netapp, use this command):
Note:make sure to intsall "python-setuptools", "mkisofs", "mysql-server" before running below command

...