Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Martin Gütlein
I tried moving myproject/myproject-api-impl/src/test to myproject/src/test. But the tests are not found ([INFO] No tests to run.). The reason could be that there is no source folder indented in the root project folder, I had to create it. The failsave tests, though, are configured in the root

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Martin Gütlein
The failsave integration tests do not run. They should be applied to the whole service (war). But they are defined within a module (myproject-api-impl) and are therefore skipped. I could not figure out how to configure this. Martin Am 13.03.2015 um 09:00 schrieb Hervé BOUTEMY: sorry, can't

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Hervé BOUTEMY
sorry, can't understand the case: problem when building the archetype? with project generated from archetype? Regards, Hervé Le vendredi 13 mars 2015 08:54:06 Martin Gütlein a écrit : Anyone? Where could I get some help on this issue (already tried stackoverflow as well)? Martin Am

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Sandra Parsick
I would move the integration tests from myproject-api-impl to the war module Regards, Sandra Am 13.03.2015 um 09:18 schrieb Martin Gütlein: The failsave integration tests do not run. They should be applied to the whole service (war). But they are defined within a module (myproject-api-impl)

Re: Cannot run integration tests in maven archetype project with failsave

2015-03-13 Thread Martin Gütlein
Anyone? Where could I get some help on this issue (already tried stackoverflow as well)? Martin Am 10.03.2015 um 19:59 schrieb Martin Gütlein: Hi, I would like to run integration tests on my project, performing and testing rest-calls to my server. I have a maven project layout like with