> This is simply not where testSourceDirectory goes in the pom. The
> Surefire plugin does not look for this value where you've put it,
> therefore it has no effect on your build which is correct.
[Marcin Kwapisz]
Why? This is parameter for surefire with default value set to
${project.build.testSourceDirectory}. The documentation for the surefire plugin
is very misleading, and I think testSourceDirectory should be removed from
required parameters (if it is ignored). I can set other parameters like
classesDirectory and testClassesDirectory in the surefire configuration and
they work. The description of these two parameters is identical to
testSourcesDirectory
Regards,
Marcin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]