Thanks Michael.
I have to take a look to maven's doc.
Julien.
Michael Horwitz a écrit :
At the moment both of these plugins are set to fire unless you specify
-Dmaven.test.skip=true, which will have the unfortunate side effect of
making maven skip your test as well. You could move the plugin
definitions to their own profile, which you can selectively enable
based on a property.
Mike.
On 8/24/07, *Julien C.* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
Hi List,
I want to turn off this 2 plugins when I test some class to be
more productive.
Is there a parameter in maven command line to disabled this.
something like this :
mvn test -Dtest=ModeleDaoTest -Ddbunit.disabled=true
-Dhbm2ddl.disabled=true
Thanks, Julien Chanséaume.