On 01/01/2015 09:26 PM, Benson Margulies wrote:
On Thu, Jan 1, 2015 at 5:29 PM, Ole Ersoy <ole.er...@gmail.com> wrote:
Had one more question.  In the documentation I have read the integration
test directory is usually added in the generate-test-sources phase.  So all
tests are visible during the `test` phase, although they would be excluded
by default if they end in `IT`.
Where is this documentation?
Here:
http://mojo.codehaus.org/build-helper-maven-plugin/usage.html

It seems more "Logical" to add the integration test directory during the
`pre-integration-test` phase, but I don't think that's what the Maven
documentation does.  Are there any drawbacks to doing this?

I tried doing this, but it did not work (Integration tests were not added).  I 
then tried adding the `pre-integration-test` phase as one of the goals of the 
failsafe-plugin, however it complained that the `pre-integration-test` is not 
an allowed goal.  Only `integration-test` and `verify` are allowed.

Cheers,
- Ole

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to