Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Force tycho to use latest local IU when running tests

Hi,

Is there a way how to say to Tycho to use latest local version of plugins when resolving dependencies?

I have this scenario:

1. Build some plugins locally and install them to local maven repo. The same plugins are available from update site defined in pom.xml
2. Run tests which has dependencies for plugins built locally

Problem is that Tycho uses plugins from Update site unless I increase version of plugins built locally and increase version of these plugins in MANIFEST.MF and pom.xml files of plugins dependent on these plugins

I already read this, I need some workaround for it:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=352560
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365962

Thanks for answers, Vlado.


Back to the top