Versions Compared

Key

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

...

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

Code Block
mvn clean install -P developer -Dsystemvm,systemvm

To build nonoss code:

Code Block
$ mvn clean
$ mvn install -Dnonoss

...