Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Ignore missing transitive dependencies for feature build?

Hi,

Is it possible to ignore mssing transitive dependencies during a feature build?

For some context, I have a feature that I mainly use for aggregation purposes. It should collect all bundles the feature depends from the local Maven repository (built in a previous reactor). However, building the feature failes because p2 is trying to resolve transitive dependencies which fails.


https://hudson.eclipse.org/orbit/job/gerrit-orbit-recipes/99/console

[INFO] Computing target platform for MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /jobs/genie.orbit/gerrit-orbit-recipes/workspace/releng/aggregationfeature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /jobs/genie.orbit/gerrit-orbit-recipes/workspace/releng/aggregationfeature/pom.xml [INFO] {osgi.os=*, osgi.ws=*, org.eclipse.update.install.features=true, osgi.arch=*}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group 1.0.0.qualifier [ERROR] Missing requirement: org.glassfish.jersey.connectors.jetty 2.22.1.v20160209-1206 requires 'package org.eclipse.jetty.client [9.1.0,10.0.0)' but it could not be found [ERROR] Cannot satisfy dependency: org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group 1.0.0.qualifier depends on: org.glassfish.jersey.connectors.jetty [2.22.1,2.22.2)


-Gunnar

--
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx




Back to the top