Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Tycho resolve the wrong version for project dependencies

Hi,

I have an issue with the Tycho 0.21 resolving the wrong version for
project dependencies, it should have resolve the version with the
qualifier "6b18595c4e05e5c89a5aed0fe43c2e2c13ee12bc"

[artifact:mvn] [DEBUG] Added 2494 locally built units to the target platform
[artifact:mvn] [INFO] Resolving dependencies of MavenProject:
com.apc.isxo:com.apc.componenttest:7.4.1.TY-6b18595c4e05e5c89a5aed0fe43c2e2c13ee12bc
@ /jenkins/conf/jobs/Compile Component
Test/workspace/sources/ui/componenttest/com.apc.componenttest/pom.xml
[artifact:mvn] [WARNING] The following locally built units have been
used to resolve project dependencies:
[artifact:mvn] [WARNING]
com.apc.config.designermodel/7.4.1.TY-84c30a7edde28b8d2d0447de1d31e7f7203eb6e5
[artifact:mvn] [WARNING]
com.apc.config.report.datasource/7.4.1.TY-84c30a7edde28b8d2d0447de1d31e7f7203eb6e5
[artifact:mvn] [WARNING]
com.apc.dsmf.client/7.4.1.TY-84c30a7edde28b8d2d0447de1d31e7f7203eb6e5

We have a job that compile and install plug-ins into the local maven
repo with a specific version and qualifier like this
7.4.1.TY-6b18595c4e05e5c89a5aed0fe43c2e2c13ee12bc. The artifacts is
used in a job later and it's here I can see it resolve the wrong
version.

I have checked files like MANIFEST.MF, pom,xml and feature.xml
contains the right qualifier
"6b18595c4e05e5c89a5aed0fe43c2e2c13ee12bc" and the same goes for the
artifacts installed in the local repo.

The "p2-local-metadata.properties" and "p2-artifacts.properties"
contains both version "6b18595c4e05e5c89a5aed0fe43c2e2c13ee12bc" and
"84c30a7edde28b8d2d0447de1d31e7f7203eb6e5"

What I'm missing?

br,
Flemming


Back to the top