Tycho is a Maven extension for building Eclipse artifacts: Eclipse plug-ins/OSGI bundles, features, p2 repositories, and RCP applications/Eclipse distributions
I want to build a project in Maven using eclipse-plugin packaging, but I get the following error for my POM: […
maven eclipse-plugin tychoI created a Tycho project with an eclipse-plugin packaging. The project includes some dependencies that are specified via pom.xml. …
eclipse maven tychoI want to build an RCP-Application with a target platform which is a directory with Maven/Tycho. Now I have …
maven eclipse-rcp tychoI have installed Tycho m2e connector as described here: http://codeandme.blogspot.ru/2012/12/tycho-build-1-building-plug-ins.html It was said …
eclipse maven installation m2e tychoI am creating some Eclipse plugin and features that require third-party plugins and features. In order to include these dependencies …
eclipse-plugin tychoPossible Duplicate: How to reference mockito within tycho? I am trying to get a test feature project building with Tycho, …
maven-3 tychoI have changed the BREE from JavaSE-1.6 to JavaSE-1.7 in the manifest files of my application: Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Now I …
maven eclipse-plugin eclipse-rcp tycho osgi-bundle