in my case, I was running mvn clean install on uimaj-core (by itself); the test
phase was somehow finding some v2 tests even though I had v3 checked out, and my
windows file explorer (and eclipse) both showed no such test files were in the
working dir. 

I probably made some foolish kind of error (e.g., looked in the wrong spot or
something...)...

-M

On 1/17/2020 1:12 PM, Richard Eckart de Castilho wrote:
> On 17. Jan 2020, at 18:02, Marshall Schor <m...@schor.com> wrote:
>> I guess a moral of this story is to not do git switch between uima v2 and v3,
>> but instead do something that erases the local working directory, and then 
>> does
>> a checkout again.
> When I do a switch between v2 and v3, I always run a "mvn clean" on the 
> command line
> and then do an "Update Maven projects" in Eclipse. So far, that works for me.
>
> -- Richard

Reply via email to