On Mon, Nov 12, 2012 at 12:36:40PM -0500, Prasanna Santhanam wrote: > On Mon, Nov 12, 2012 at 12:24:52PM -0500, Abhijith Chandrashekar wrote: > > If you aren't already doing so, switch to maven3. You can install it > > according to directions here ... > > http://superuser.com/questions/298062/how-do-i-install-maven-3 > > I believe the OP is using devcloud VM which is an Ubuntu 12.04 image. > The default mvn install should be mvn3. > > root@devcloud:/opt/cloudstack/incubator-cloudstack# mvn --version > Apache Maven 3.0.4 > Maven home: /usr/share/maven > Java version: 1.6.0_24, vendor: Sun Microsystems Inc. > Java home: /usr/lib/jvm/java-6-openjdk-i386/jre > Default locale: en_IN, platform encoding: UTF-8 > OS name: "linux", version: "3.2.0-23-generic-pae", arch: "i386", > family: "unix"
I'm hitting the same issue with the latest code from master inside a devcloud VM. The build on my laptop however functions alright. I blew away the ~/.m2/repository and did a mvn clean install and still hit the issue. The artifact that maven fails to fetch is listed as http://repository.apache.org/snapshots/org/apache/cloudstack/cloud-patches/4.1.0-SNAPSHOT/cloud-patches-4.1.0-SNAPSHOT.jar which doesn't exist. -- Prasanna.,