Build Eclipse cross-platform with Maven Tycho
I try to compile an Eclipse Indigo RCP application with Maven and Tycho . It works fine if I just build it for one platform but if I try to build it for more the build stops working. The Problem is that I have platform specific plugins in my product file I want to build. Dependencies like org.eclipse.swt.win32.win32.x86 which are fragment plugins for org.eclipse.swt . When I add no platform specific fragments to my product the application wouldn't start because there are no platform libraries like org.eclipse.swt.win32.win32.x86. As Tycho repository we use a clone of the eclipse indigo update