When I work on UIMA with eclipse, I check out SVN into some dir, e.g.
svncheckouts/trunk/uimaj
Then I start up Eclipse, assign it some new workspace, wksp (separate from my
svn checkouts), and then using "m2e", I use import existing maven projects.
This imports the projects (without copying them into the Eclipse workspace).
That keeps the eclipse metadata completely separate from the svn / maven stuff.
-Marshall
On 5/31/2012 10:22 AM, Jörn Kottmann wrote:
Hi all,
to work on UIMA with eclipse I just created a workspace
in the uimaj/trunk folder.
For that eclipse creates a .metadata folder which makes the
rat plugin cry about missing license headers.
Is it suggest to have a separate folder for the workspace?
Or should I add the .metadata folder to the rat exclude list?
Jörn