%BOOK_ENTITIES; ]>
Building Non-OSS If you need support for the VMware, NetApp, F5, NetScaler, SRX, or any other non-Open Source Software (nonoss) plugins, you'll need to download a few components on your own and follow a slightly different procedure to build from source. Why Non-OSS? Some of the plugins supported by &PRODUCT; cannot be distributed with &PRODUCT; for licensing reasons. In some cases, some of the required libraries/JARs are under a proprietary license. In other cases, the required libraries may be under a license that's not compatible with Apache's licensing guidelines for third-party products. To build the Non-OSS plugins, you'll need to have the requisite JARs installed under the deps directory. Because these modules require dependencies that can't be distributed with &PRODUCT; you'll need to download them yourself. Links to the most recent dependencies are listed on the How to build CloudStack page on the wiki. You may also need to download vhd-util when using XenServer hypervisors, which was removed due to licensing issues. You'll copy vhd-util to the scripts/vm/hypervisor/xenserver/ directory. Once you have all the dependencies copied over, you'll be able to build &PRODUCT; with the nonoss option: $ mvn clean $ mvn install -Dnonoss Once you've built &PRODUCT; with the nonoss profile, you can package it using the or instructions.