Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Target platform definition resolution doubt

> > Question:
> >
> > Would Tycho resolve this kind of dependency from a target project that
> > was pre-installed by a mvn install ?

Yes, this works if you have a dedicated module for the target definition, and make sure that the file is deployed as attached artifact. This POM [1] in the tycho-demo projects [2] shows a working example.

Regards
Tobias


[1] http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/tycho-demo/itp04-rcp/target-definition/pom.xml
[2] http://wiki.eclipse.org/Category:Tycho_Examples



Back to the top