Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] newbe: packaging eclipse-plugin and project dependencies

Hi

I am trying to build an Eclipse RCP project using the tycho packaging 'eclipse-plugin'. This projet needs dependencies build as standard maven artifacts. Since the tycho wiki explains that:

"Since Tycho uses OSGi bundle manifest to determine project dependencies, pom.xml file should NOT contain <dependency> section, and any dependencies inherited from parent project will be ignored by the build."

I am wondering how configure the Eclipse plugin pom.xml or plugin.xml to inject the needed maven artifacts from the local repository?

Thank for any help

FA


Back to the top