Hi,

As Prasanna noted in IRC, the cloudstack-master-maven Jenkins build is
failing with a similar error:

https://builds.apache.org/job/cloudstack-master-maven/2645/console

Failed to execute goal on project cloud-engine-components-api: Could
not resolve dependencies for project
org.apache.cloudstack:cloud-engine-components-api:jar:4.3.0-SNAPSHOT:
Could not find artifact
org.apache.cloudstack:cloud-framework-config:jar:4.3.0-SNAPSHOT in
Nexus (http://repository.apache.org/snapshots)
cause : Could not resolve dependencies for project
org.apache.cloudstack:cloud-engine-components-api:jar:4.3.0-SNAPSHOT:
Could not find artifact
org.apache.cloudstack:cloud-framework-config:jar:4.3.0-SNAPSHOT in
Nexus (http://repository.apache.org/snapshots)


Thanks,

Dave.


On Thu, Aug 8, 2013 at 3:53 PM, Dave Cahill <dcah...@midokura.com> wrote:

> 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