Skip to main content

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

I think you have to build a common parent project than contains the repositories. Otherwise also add the repository in the pom of B

HTH

W.

On Thu, Oct 18, 2012 at 10:33 AM, Robert Gründler <r.gruendler@xxxxxxxxx> wrote:
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



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top