Please feel free to offer a pull request around Eclipse specific exclusions to the Rat plugin (we already have some there for intellij:
https://github.com/apache/incubator-tinkerpop/blob/135563a8e478bf70d2a5fad4a714e6f428acc17c/pom.xml#L231-L244 That should solve that problem if things were working for you pre-inclusion of the Rat check On Thu, May 7, 2015 at 9:43 AM, John Whelan <[email protected]> wrote: > 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 >
