On Fri, Apr 19, 2013, at 01:13 PM, Preethi Natarajan wrote: > Hello, > > I am having trouble creating deb packages with the latest checkout of the > master. > > Cloned from https://git-wip-us.apache.org/repos/asf/cloudstack.git. > > "mvn clean install P systemvm,developer" was successful. > > "mvn P deps" resulted in a bunch of INFO and test messages and threw > the > below warning towards the end failing to create the .deb packages in the > parent directory. > > "[WARNING] The requested profile "deps" could not be activated because it > does not exist.'
I don't think you want the deps profile (that's "deps" not "debs"). After compiling you want to use: dpkg-buildpackage See the wiki here (though it's in flux and may not represent 4.2/master yet.) https://cwiki.apache.org/CLOUDSTACK/building.html#Building-Packaging Best, jzb -- Joe Brockmeier [email protected] Twitter: @jzb http://www.dissociatedpress.net/
