If you absolutely *must* put your tests in a dir other than the
convention then you can configure that too:

http://maven.apache.org/pom.html#Directories

On Wed, 2009-11-11 at 09:48 -0600, Wayne Fay wrote:
> >                <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]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to