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 094CC1062F for ; Tue, 10 Feb 2015 11:24:40 +0000 (UTC) Received: (qmail 13645 invoked by uid 500); 10 Feb 2015 11:24:39 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 13576 invoked by uid 500); 10 Feb 2015 11:24:39 -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 13562 invoked by uid 99); 10 Feb 2015 11:24:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 11:24:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: local policy) Received: from [209.85.213.177] (HELO mail-ig0-f177.google.com) (209.85.213.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 11:24:13 +0000 Received: by mail-ig0-f177.google.com with SMTP id z20so22683739igj.4 for ; Tue, 10 Feb 2015 03:22:20 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=iezOq4vme1R6bm5Lj3mXfRbZltFRX/o2FcnzN7YhFww=; b=bnXSS9WnadxPvu2/DwxojwidKgrdjfWpOpbmLiQowPcsCGzI+mKzjz4Q6aN8AhthDr NigY1G0D7Qbjy5JtQ4SBpAqHWUBeqJePfXFM91hLqwVbF7fmQ/jY8RsH94k76w4MSkQm HCca2UvcCBP2ueGU1RMQqgAedp+CsI88ArxW+Pk0q/l8SqJDWHf8wvEKASn1lNC2BxJI o5Dt0UvtloQShWDf4ir43Sc4Qq0RByoCBVj2LM10phY1ZqfiwDD5/gpXiaNtx0eIAKWu YCwN1Dq+BCd9X4AbwOsaEk4wq3hhTBjT1S/vYcFTQF77GUXpIUuHDUF7vOExeNxHsDvG X0QQ== X-Gm-Message-State: ALoCoQncfDjNUryZ+BI9mvwYV7xoI9pEsDEuG7FvOcfBzk6UpylM9iCk+6bZuEm5QgxyKwfdE9ri X-Received: by 10.43.64.146 with SMTP id xi18mr30315841icb.65.1423567340440; Tue, 10 Feb 2015 03:22:20 -0800 (PST) Received: from [10.0.1.34] (192-0-154-177.cpe.teksavvy.com. [192.0.154.177]) by mx.google.com with ESMTPSA id z29sm1658185ioi.36.2015.02.10.03.22.19 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Feb 2015 03:22:19 -0800 (PST) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: maven git commit: .mvn/ for project specific jvm options and maven parameters From: Jason van Zyl In-Reply-To: <54D9190B.7030907@ifedorenko.com> Date: Tue, 10 Feb 2015 06:22:21 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <9dad4bc2d12b45c897b14f0d0abded8b@git.apache.org> <54D61D41.30004@ifedorenko.com> <54D75D1F.60903@ifedorenko.com> <20150208161130.000014f0.ecki@zusammenkunft.net> <54D9190B.7030907@ifedorenko.com> To: Maven Developers List X-Mailer: Apple Mail (2.1878.6) X-Virus-Checked: Checked by ClamAV on apache.org +1 Solves everyone's concerns and is a nice solution. On Feb 9, 2015, at 3:31 PM, Igor Fedorenko wrote: > Well, calling mvn from mvnDebug/mvnyjp was an excellent idea, I wish I > thought of it myself. >=20 > = https://git1-us-west.apache.org/repos/asf?p=3Dmaven.git;a=3Dcommit;h=3D7c7= bf4dfef1b465196233bf35e520fdde4fd5b49 >=20 > -- > Regards, > Igor >=20 >=20 > On 2015-02-08 10:11, Bernd Eckenfels wrote: >> Am Sun, 08 Feb 2015 07:57:03 -0500 >> schrieb Igor Fedorenko : >>=20 >>> What if there was single "real" mvn script and mvnDebug/mvnyjp were >>> just symlinks pointing back to it? The script will behave = differently >>> based on the script name. Any objections to this plan? >>=20 >> I am all for having only one script. They have diverged too much >> anyway (the java_home fix I did for Max OS was missing in two of them >> for example). Not sure how common the old names are used (never >> encountered them, at least not for normal usage), so having them as >> wrappers (or symlinks) calling the common script is optional. But >> having the logic only in one place is a big win. >>=20 >> Gruss >> Bernd >>=20 >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >>=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org >=20 Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Takari and Apache Maven http://twitter.com/jvanzyl http://twitter.com/takari_io --------------------------------------------------------- To do two things at once is to do neither. =20 -- Publilius Syrus, Roman slave, first century B.C. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org