Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 69681 invoked from network); 4 Sep 2009 09:11:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Sep 2009 09:11:26 -0000 Received: (qmail 38027 invoked by uid 500); 4 Sep 2009 09:11:23 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 37911 invoked by uid 500); 4 Sep 2009 09:11:23 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 37901 invoked by uid 99); 4 Sep 2009 09:11:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 09:11:23 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mrjeffjohnston@gmail.com designates 209.85.218.210 as permitted sender) Received: from [209.85.218.210] (HELO mail-bw0-f210.google.com) (209.85.218.210) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Sep 2009 09:11:13 +0000 Received: by bwz6 with SMTP id 6so486566bwz.12 for ; Fri, 04 Sep 2009 02:10:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Fwdp8zUMWbR1Rf24a2ecs0bL8vAdsPVcDnlfaRctI4E=; b=TitQFQmTJOKU/2s29iAK2wsGuzePYnbksqtDOq0TaD9hIa3lueh2r5tVV/QcYWbXAm p48l1TNzLQbWiXEDvY8P6I42F5JaUPKyFxfUYapSB26cCRzMCvXm1yfnymLX5coxyX67 Cu6A68nx8v03j9mmkEcK3bWdzt+pdhOj3NgHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cEWeG6OZMnTrLMI+LkDltpgTASmf7DGCKht1PxKGrBivSjCn5G9U/C32BBCv1GLWRD loBzahrKlMiwmTUICkaP0RMY/y1nCMhi6EwMwjpPKa7e5//nJGxlCtmL4j0D0u23BGFf O7PAp9GwjgSTjWsxp3p5/ClwwwyusxUuxxLyM= MIME-Version: 1.0 Received: by 10.204.153.24 with SMTP id i24mr8841694bkw.114.1252055453271; Fri, 04 Sep 2009 02:10:53 -0700 (PDT) Date: Fri, 4 Sep 2009 10:10:53 +0100 Message-ID: <6ff1f61c0909040210qca789ebv76d9ecdbaf5cf6b2@mail.gmail.com> Subject: running a single execution goal from command line From: Jeff Johnston To: users@maven.apache.org Content-Type: multipart/alternative; boundary=0015175dd9ce8809cf0472bce061 X-Virus-Checked: Checked by ClamAV on apache.org --0015175dd9ce8809cf0472bce061 Content-Type: text/plain; charset=UTF-8 My build has a couple of groovy scripts that run before and after integration tests, setting things up and tearing them down. org.codehaus.groovy.maven gmaven-plugin 1.0 set-up pre-integration-test execute ${pom.basedir}/src/script/setUp.groovy tear-down post-integration-test execute ${pom.basedir}/src/script/tearDown.groovy I want to be able to run just the tear-down execution from the command line by specifying the execution id. Is this possible? I know that an id of default-cli is run by default but I can't find any information on specifying a different id. Thanks Jeff --0015175dd9ce8809cf0472bce061--