You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Warner <ja...@gmail.com> on 2007/03/26 16:08:25 UTC

Disabling tests on a build

I'd like to be able to disable tests when building geronimo.  Is this
something that can be done?  I think I've seen it mentioned here before but
my search turns up nothing.

Thanks,

Jason Warner

Re: Disabling tests on a build

Posted by Jason Warner <ja...@gmail.com>.
So simple.  Thanks, Kevan

On 3/26/07, Kevan Miller <ke...@gmail.com> wrote:
>
>
> On Mar 26, 2007, at 10:08 AM, Jason Warner wrote:
>
> > I'd like to be able to disable tests when building geronimo.  Is
> > this something that can be done?  I think I've seen it mentioned
> > here before but my search turns up nothing.
>
> mvn -Dtest=false
>
> --kevan
>
>
>

Re: Disabling tests on a build

Posted by Kevan Miller <ke...@gmail.com>.
On Mar 26, 2007, at 10:08 AM, Jason Warner wrote:

> I'd like to be able to disable tests when building geronimo.  Is  
> this something that can be done?  I think I've seen it mentioned  
> here before but my search turns up nothing.

mvn -Dtest=false

--kevan