Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Strange behavior with P2 and Feature using bundles from maven central

> To correct the build I add these deps in the feature's POM:

This is the problem. In this way, the POM dependencies will only be in the target platform of the feature and will be missing from the target platform of the eclipse-repository module.

The latter should really fail, but it doesn't because of bug 361161 [1]

The solution to your problem is to put the POM dependencies into the parent POM of the eclipse-feature and eclipse-repository module.

Regards
Tobias



[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=361161


Back to the top