Skip to main content

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

Tycho provides only limited support for dependencies on pom-first
projects, see wiki [1] for more information

[1] http://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts

--
Regards,
Igor

On 2013-01-14 12:34 PM, Francis ANDRE wrote:
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
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top