Re: Create multi-module archetype with one module only active in a profile

2014-08-29 Thread Karl Heinz Marbaise
Hi sorry ...my fault ...wrong reply given...should have been on the users list... Kind regards Karl-Heinz Marbaise On 8/29/14 10:11 PM, Karl Heinz Marbaise wrote: Hi, a simple solution is to make such a module (sounds like an integration test module) just the profile inside the module so the e

Re: Create multi-module archetype with one module only active in a profile

2014-08-29 Thread Karl Heinz Marbaise
Hi, a simple solution is to make such a module (sounds like an integration test module) just the profile inside the module so the execution of the integration tests is activated/deactivated by a profile things like maven-failsafe-plugin or whatever... This prevent problems with releases etc.