Building RCP plugins or products with Maven2
This is something I never really took the time to try.
At first this seems rather complicated because of the duplication of dependencies in both pom.xml and MANIFEST.MF and because RCP plugins are usually not deployed to maven public repositiories.
Tycho now seems the way to go but I’m looking for advices from my readers.
How do you build RCP products with maven2 ?







30 de May, 2009 at 8:14 am
Hi,
As you are french
i have posted an article on the Tycho subject. I have just shown “how to install Tycho” and “how to use it on a sample demo”.
Here is the link : http://keulkeul.blogspot.com/2009/05/premier-essai-avec-tycho.html
Mickael
30 de May, 2009 at 5:21 pm
Hi Mickael,
… french and lived in Poitiers too
Thanks for the link. Tycho seems to work great then. I’ll try your tutorial and test it on my RCP applications.