Skip to main content

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

You need to import pom-first projects into workspace, there is no
integration between PDE workspace target platform and Tycho
pomDependencies=consider feature.


--
Regards,
Igor

On 11-07-11 3:06 PM, Robert Munteanu wrote:
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


Back to the top