Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 77951 invoked from network); 26 Mar 2007 14:13:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Mar 2007 14:13:34 -0000 Received: (qmail 1487 invoked by uid 500); 26 Mar 2007 14:13:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 1204 invoked by uid 500); 26 Mar 2007 14:13:39 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 1193 invoked by uid 99); 26 Mar 2007 14:13:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 07:13:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of kevan.miller@gmail.com designates 209.85.132.242 as permitted sender) Received: from [209.85.132.242] (HELO an-out-0708.google.com) (209.85.132.242) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2007 07:13:30 -0700 Received: by an-out-0708.google.com with SMTP id b36so2270974ana for ; Mon, 26 Mar 2007 07:13:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=Hez3yDZvGnFKpxJbZJZep5wxM4/wz3qLxUHwnw4selq5uoOKiVZcQarcjdDJNo95eSQirggKcUaEorQyGB2mHuAsgUaEq/Gu+3oVD4GWRT1oari2iMAY1N3XqBmvkM9vxIYCzlyiu9WxCvAoVwLvwZdNJ0IJ3Cf6nApmliykq88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=UWtZB1bFznJAf7brTSUxm4eSypS4bsbtyQVopheVI4lFbnTmsI5ky7PCQo2moAyClEF2DCCm5YKZ8lPZWaXrm2MN1icU6NvHbh4J4xOZjQab65p3NB6C9Sz1nBwyLwBXWOCodVGjTbhi8OnU0LU4/E2e4y+jwc/Ij5gaXk03Qp4= Received: by 10.100.168.13 with SMTP id q13mr4939032ane.1174918389138; Mon, 26 Mar 2007 07:13:09 -0700 (PDT) Received: from ?192.168.1.103? ( [66.57.98.165]) by mx.google.com with ESMTP id q57sm12485541wrq.2007.03.26.07.13.07; Mon, 26 Mar 2007 07:13:08 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <73a75e430703260708l9b88f83l8d48a04d7cb6d39f@mail.gmail.com> References: <73a75e430703260708l9b88f83l8d48a04d7cb6d39f@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1D363CE8-83E5-4C20-AF07-3ED4D82335D0@gmail.com> Content-Transfer-Encoding: 7bit From: Kevan Miller Subject: Re: Disabling tests on a build Date: Mon, 26 Mar 2007 10:12:58 -0400 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org 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