Hi,

I'm seeing a build failure with master - I've checked the usual gotchas, but
this seems to be something else. Possibly related to the 4.2.0 to 4.3.0
update?

The missing dependency is cloud-engine-compute. It's listed as a dependency
in
engine/service/pom.xml with no "type" specified, which AFAIK defaults to
"jar".
So my understanding is that it's trying to download version 4.3.0-SNAPSHOT
of the cloud-engine-compute jar from repository.apache.org. How does the
jar get
uploaded there in the first place? Maybe that's a step we missed when
witching
from 4.2.0 to 4.3.0?

Here's what I ran:

# Nuke my local maven cache
$  rm -rf ~/.m2/repository

# Get latest master
$ git pull

# Clean any files hanging around my git working copy just in case
$ git clean -dxf

# Build
$ mvn clean install -P developer,systemvm -DskipTests

Here's the error I got:

[ERROR] Failed to execute goal on project cloud-engine-service: Could not
resolve dependencies for project
org.apache.cloudstack:cloud-engine-service:war:4.3.0-SNAPSHOT: Failure to
find org.apache.cloudstack:cloud-engine-compute:jar:4.3.0-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository,
resolution will not be reattempted until the update interval of
apache.snapshots has elapsed or updates are forced -> [Help 1]

Thanks,
Dave.

Reply via email to