I have a custom Eclipse build branded with my company logos and optimized for my work.
The custom Eclipse builds correctly with Tycho but I want to add the Maven integration, so I added m2e.wtp to the required plugin dependencies and the m2e repository to my target platform. The mvn clean install goes well. However, when I build and launch Eclipse, it no long has any of my customizations, perspectives, splash settings, or icons.
How do I determine where the error is? How do I debug this problem?
I tried to add the m2e repository and add the m2e to the product instead, but it doesn't work.
I thought that adding m2e.wtp to the required plugins dependencies and the repository to the target platform would be enough, but it doens't work.