On 19 jul. 2014, at 02:49, Suresh Ramamurthy <suresh.ramamur...@nuagenetworks.net> wrote: <snip> > I had following questions regarding compiling only nuagevsp plugin > a) To build only nuagevsp, is below command correct. > mvn clean install -P developer,nuagevsp
Correct > > b) To run client with nuagevsp in development setup, is the below correct: > mvn -pl :cloud-client-ui jetty:run -P nuagevsp Correct > > c) To create rpm using package.sh, we need to pass NOREDIST option. But, > this requires all the dependent jar file to be copied. > Please correct me if my understanding is wrong. How do we build rpm with > only nuagevsp plugin? > At the moment we do not build an RPM with only the a single plugin enabled. People in the community distribute two sets of RPMs, the regular version and the version with all optional components. If you want to build a version of CloudStack with just the Nuage plugin you can modify the cloud.spec file yourself and add nuagevsp to the profiles manually. <snip>