Thanks for reporting back. I was pretty confused trying to reproduce the
error :)
On Thu, Jul 24, 2014 at 1:09 PM, Stephen Boesch wrote:
> OK I did find my error. The missing step:
>
> mvn install
>
> I should have republished (mvn install) all of the other modules .
>
> The mvn -pl will r
OK I did find my error. The missing step:
mvn install
I should have republished (mvn install) all of the other modules .
The mvn -pl will rely on the modules locally published and so the latest
code that I had git pull'ed was not being used (except the sql/core module
code).
The tests are