Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFE8F9D5A for ; Fri, 30 Dec 2011 10:22:44 +0000 (UTC) Received: (qmail 594 invoked by uid 500); 30 Dec 2011 10:22:44 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 372 invoked by uid 500); 30 Dec 2011 10:22:38 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 349 invoked by uid 99); 30 Dec 2011 10:22:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2011 10:22:36 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ansgar.konermann@googlemail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2011 10:22:31 +0000 Received: by wgbds11 with SMTP id ds11so20534864wgb.24 for ; Fri, 30 Dec 2011 02:22:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5P+nxympEo0A8rmzaZqj0aaie1bJKuO166rZ//Pmex0=; b=iSsfAqi7IqipYITHz7f3zAioK/t/cZdKD+jIMFasgo8hpyNs6atGPnIbXLmlsd0P2U f7pTJXIzgW2rhrw0bEg+l93iOFOfuz2uDkWmhELOvCmwjflgh+YwCCXFmlpgsCLWUqbA pI8kYA2CX8QeaRdcFxj4RUw+4CLEudvztxyIY= MIME-Version: 1.0 Received: by 10.227.206.4 with SMTP id fs4mr38128435wbb.21.1325240530006; Fri, 30 Dec 2011 02:22:10 -0800 (PST) Received: by 10.180.101.230 with HTTP; Fri, 30 Dec 2011 02:22:09 -0800 (PST) Received: by 10.180.101.230 with HTTP; Fri, 30 Dec 2011 02:22:09 -0800 (PST) In-Reply-To: <1E9EACE5-396C-49A2-82B6-6F97B34D4D49@gmail.com> References: <1E9EACE5-396C-49A2-82B6-6F97B34D4D49@gmail.com> Date: Fri, 30 Dec 2011 11:22:09 +0100 Message-ID: Subject: Re: Maven release plugin not honoring -Darguments From: Ansgar Konermann To: Maven Developers List Content-Type: multipart/alternative; boundary=001517475fca08719704b54c9b15 --001517475fca08719704b54c9b15 Content-Type: text/plain; charset=ISO-8859-1 Am 27.09.2011 14:48 schrieb "David Blevins" : > > Is it a known issue that the release plugin does not honor the -Darguments? > > Specifically, I'm attempting to: > > mvn release:prepare -DdryRun=true -Darguments="-DskipTests=true -DfailIfNoTests=false" > Try: mvn release:prepare -DdryRun=true "-Darguments=-DskipTests=true -DfailIfNoTests=false" Notice the slightly different quoting (before -Darguments). Works well for me. Best regards Ansgar > It takes 40 minutes to get through a dryRun with tests on. We still have several kinks in the build to work out before the release plugin will work, so obviously running with tests on every dryRun is just making a hard task impossible. > > maven 3.0.3, apache-10 parent pom, maven-release-plugin 2.1 > > > -David > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > --001517475fca08719704b54c9b15--