You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Eugeny N Dzhurinsky <bo...@redwerk.com> on 2009/01/07 16:05:09 UTC

Re: skipping execution of plugins, which are creating the environment for tests

On Wed, Jan 07, 2009 at 03:36:44PM +0100, Baptiste MATHUS wrote:
> Hi,
> Just an idea, I see here (
> http://mojo.codehaus.org/sql-maven-plugin/execute-mojo.html#skip) there's a
> skip option.
> Have you tried adding the corresponding configuration, and just put
> something like:
> 
> <configuration>
> <skip>${maven.test.skip}</skip>
> </configuration>

Well, I did in a bit different way - I have introduced the profile and
provided it with the activation option 

<property>
    <name>!maven.test.skip</name>
</property>

and this seems to work.

-- 
Eugene N Dzhurinsky