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
pgpS5dJVhi5LJ.pgp
Description: PGP signature
