Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 58264 invoked from network); 27 Feb 2011 20:32:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2011 20:32:11 -0000 Received: (qmail 86424 invoked by uid 500); 27 Feb 2011 20:32:10 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 86339 invoked by uid 500); 27 Feb 2011 20:32:10 -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 35268 invoked by uid 99); 27 Feb 2011 19:00:04 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bmathus@gmail.com designates 209.85.212.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=/1GoJml2oKTVdzkYOPry/q/+bOF3M45+Cw4Osy0lbAU=; b=d6PS9QWDjmDNbve1JkC66EV0aFWktzqBuo748cVHD/9iHebubqU/O7QhJm+sB6eZ4V XxPqNEjbAKxUtD6I+PNnVwiSw4TzHOBz9nJmWEqdVY6+4cGziApbsKO0Yye/G/JsY89R chcx2lcEn5YGi1hfKfbiOCShU1jKG4FowUElY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=H4geAWkVUrAekAZgtdB+ETx02bYB85+GwxgoLjcUoqIUR/7nXHS4H6Q6JDWdp8bdYk PWUCCi913y+xPqBCvn1sDmoEmddCfzg+6pnAYW1hQamzwRyghxgK6vn0os5eDnzOv2hP IL03TO6YvzV2GYXfBa6Cq+GstykSUv9GfmoyI= MIME-Version: 1.0 Sender: bmathus@gmail.com From: Baptiste MATHUS Date: Sun, 27 Feb 2011 19:59:15 +0100 X-Google-Sender-Auth: e9_B9VKRCYkJFqRjQK6mBjNSVA0 Message-ID: Subject: MRELEASE-657: inherited properties To: Maven Developers List Content-Type: multipart/alternative; boundary=bcaec53f8eaf075502049d482a63 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec53f8eaf075502049d482a63 Content-Type: text/plain; charset=UTF-8 Hi all, I'm trying to find a way to propose a patch for this bug ( http://jira.codehaus.org/browse/MRELEASE-657). So, I'm digging inside maven-release code. Could you please correct the assertions/sentences I make below, coming from my current understanding: - Each pom is read almost exclusively as a File - Inherited properties aren't visible/used since they could not only come from a property defined in a pom from the reactor (but for example, from the settings.xml), and so release might become unreproducible. - Only dependency versions that might be defined a property from the current pom are supported - Using MavenProject.getProperties() is irrelevant since it returns not only reactor's defined props Is there a way to know if a property comes from the reactor, or is coming from outside (built from something from settings.xml, system properties or something like that)? Thanks for your answers or even your hints or opinion about this bug. Thanks Baptiste --bcaec53f8eaf075502049d482a63--