I have integration tests in src/tests/integration; I have
<integrationUnitTestSourceDirectory/> set accordingly in my project.xml.
I also have appropriate <includes/> under <integrationUnitTest/>. But I
can't figure out how to get those tests compiled and run...
The documentation for the Maven Test plugin seems to imply that it will
compile the tests into target/iutest-classes, but this isn't happening.
Grepping through the plugin files, they don't reference
IntegrationUnitTestSourceDirectory or iutest.
If I rename <integrationUnitTestSourceDirectory/> to
<unitTestSourceDirectory/> (and comment out the existing
<unitTestSourceDirectory/> element) the integration tests get compiled
and run, so I know the path is specified correctly.
So, how do I get my integration tests built and run?
Thanks,
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]