I have the RCP application that based on plugin model. I would like to put JRE to final artifacts that created by Maven+Tycho. I tried to follow to these recomendation
including-a-jre-in-a-tycho-build
bundle-jre-along-with-your-product
I created one more feature project where required JRE is put to folder in root of the feature project. In my case this jre/win64. The I add feature to product definition. But I don't understand How shall I notify maven process that responsible for product distribution creating about JRE in my feature project my build properties file is
bin.includes=feature.xml
root.win32.win32.x86_64= ./jre/win64
Also I created new pom.xml and add to parent pom.xml I use tycho 1.1.0 and Eclipse Neon.3 as platform