Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Missing requirement confusion

Hi,

i have 2 project:

Project A contains bundles and a feature. The bundle in project A requires org.apache.commons.exec which is availabe via orbit. I've added the orbit to the repositories of project A's pom.xml
Project B has Project A as a module and builds a p2 repository from Project A and several other projects

When i build Project A via maven, everything is working fine, all dependencies resolved.

When i build Project B (which has Project A as a submodule), i'm getting Missing requirement: com.dubture.composer.core 0.0.7.qualifier requires 'bundle org.apache.commons.exec 0.0.0' but it could not be found.

I've tried all different things, which is adding the orbit repo to the parent pom of project B too, but tycho fails to resolve this.


Has anyone an idea why this is happening?


regards

-robert



Back to the top