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]> 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.
>
>
>

Reply via email to