Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Eclipse support for pomDependencies=consider

Hi,

I'm trying to set up a Tycho 0.12.0 build to include a jar file - with
proper OSGI headers - which is found in the local maven repository (
~/.m2/repository ) .

I've done the following:

- added pomDependencies = consider to target-platform-configuration in
the parent pom.xml
- added a dependency to the maven artifact in the parent pom.xml
- added a Require-Bundle statement to the MANIFEST.MF of one of the plug-ins

This was enough for the maven build to resolve the target platform.

I have imported the projects in Eclipse ( including the parent one )
and have installed the M2Eclipse-Tycho configurator from the m2e
marketplace. The pom dependency is not resolved, and the MANIFEST.MF
Require-Bundle entry can not be resolved.

Is there anything I've missed?

Thanks,

Robert
-- 
Sent from my (old) computer


Back to the top