All, I have been having trouble setting up eclipse to work with the TP3 source code.
In the beginning, I'd just download a ZIP of the source and then run 'mvn eclipse:eclipse'. That worked for using eclipse, but broke the Maven build due to the addition of the Eclipse project files (Rat check). Later, I switched to the approach of using m2e to check out the Maven projects from Git. This seemed like it would better align with the approach I assume the committers are using. However, the projects do not seem to be loading well for me. I'm currently assuming that I need to add some additional plug-ins to get Eclipse working. While I continue working to get set up, I was wondering, is here any best practices documentation related to how to get an environment set up? Thanks, John
