RCP build with maven

How to create and package RCP (Rich Client Platform) using Eclipse.

Is it possible to create a file .jar.

+3
source share
4 answers

I am using Maven Tycho . I find this much easier to use than PDE ant scripts.

An example of itp04 RCP is a good project to start with.

+10
source

Maven 3 sonatype-tycho Eclipse RCP. - , .. plugin.xml Eclipse. pom.xml, tycho.

+2
+1

I wrapped PDE / Build by Maven manually. You can find an example in my answer to my own question: How to configure Eclipse PDE / Build using Indigo?

0
source

Source: https://habr.com/ru/post/1785433/


All Articles