Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Problem satisfying a manifest dependency

Hello,

I have problems satisfying a manifest dependency to a 3rd party
library, or rather 3rd party Eclipse plugin (I think)
The library in question is org.eclipse.bpmn2 v0.7.0 . I have the
dependency in my manifest, and tried to put it into the local Maven
repository. But Tycho (or whatever translates the manifest
dependencies) doesn't seem to find it.

How do I install a 3rd party Eclipse Plugin into the local Maven
Repository so that Tycho can find it? "Normal" 3rd party libraries are
installed with install:install, but that doesn't seem to help. Or
maybe I am using it wrong and give the wrong GAV parameters?

I am at my wit's end here.

Thanks in advance,
Daniel W.


Back to the top