Hi, is the following issue already reported? With latest ACS master, when doing 'mvn clean install -P deps -Dnoredist -Dnonoss' following the usual procedure (get the jars, run install-non-oss.sh), the build would succeed. However, when proceeding to build the DEB package with dpkg-buildpackage, it always tries to download the vmware jar from central repo
[ERROR] Failed to execute goal on project cloud-vmware-base: Could not resolve dependencies for project org.apache.cloudstack:cloud-vmware-base:jar:4.6.0-SNAPSHOT: Could not find artifact com.cloud.com.vmware:vmware-vim25:jar:5.1 in central (http://repo.maven.apache.org/maven2) -> [Help 1] But the vmware jar is actually correctly installed in the maven repository already: find . -name vmware-vim25-5.1.jar ./com/cloud/com/vmware/vmware-vim25/5.1/vmware-vim25-5.1.jar Does this look like a bug in the DEB build scripts? Thanks, KC