This group is locked. No changes can be made to the group while it is locked.
Date
1 - 2 of 2
Jenkins issue preventing integration
Ed Warnicke (eaw) <eaw@...>
Guys,
I am trying to put together the integration project's distribution directories for the various versions. As part of that, I am finding a problem with integrating OVSDB into the virtualization edition. The good news is its a simple problem :) I am pulling in: <dependency> <groupId>org.opendaylight.ovsdb</groupId> <artifactId>ovsdb</artifactId> <version>0.4.0-SNAPSHOT</version> </dependency> and getting an error: [ERROR] Failed to execute goal on project distributions-virtualization: Could not resolve dependencies for project org.opendaylight.integration:distributions-virtualization:pom:0.1.0-SNAPSHOT: Failed to collect dependencies for [org.opendaylight.integration:distributions-base:zip:osgipackage:0.1.0-SNAPSHOT (provided), org.opendaylight.ovsdb:ovsdb:jar:0.4.0-SNAPSHOT (compile)]: Failed to read artifact descriptor for org.opendaylight.ovsdb:ovsdb:jar:0.4.0-SNAPSHOT: Could not find artifact org.opendaylight.ovsdb:commons.ovsdb:pom:1.0.0-SNAPSHOT in jsonrpc4j-webdav-maven-repo (${nexus.proxy}/repositories/jsonrpc4j-webdav-maven-repo/) -> [Help 1] Basically, what's happening is that your commons/parent/pom.xml is not being pushed to Nexus… but since the ovsdb maven… but its needed as a dependency. If you guys could just make sure your Jenkin's jobs (both verify and merge) build from pom commons/parent/pom.xml so that everything gets pushed properly out to Nexus that would clean this right out :) Ed |
|
Evan Zeller <evanrzeller@...>
Taken care of, thanks Ed! Evan On Mon, Sep 30, 2013 at 10:12 PM, Ed Warnicke (eaw) <eaw@...> wrote: Guys, |
|