> <includes>
> <include>${basedir}/src/**/Test*.java</include>
> </includes>
In Maven, tests belong in ${basedir}/src/test/java. Move them there,
remove this include from surefire plugin node, and everything should
run just fine. (AKA stop fighting Maven and start using it, drink the
kool-aid, etc...)
Wayne
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
