Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6ADE2107F9 for ; Fri, 3 Jan 2014 15:19:12 +0000 (UTC) Received: (qmail 36399 invoked by uid 500); 3 Jan 2014 15:18:49 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 36246 invoked by uid 500); 3 Jan 2014 15:18:31 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 35944 invoked by uid 99); 3 Jan 2014 15:18:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 15:18:09 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [199.193.192.100] (HELO codehaus01.managed.contegix.com) (199.193.192.100) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Jan 2014 15:18:05 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 054C9B107D for ; Fri, 3 Jan 2014 09:17:45 -0600 (CST) Date: Fri, 3 Jan 2014 09:17:45 -0600 (CST) From: "Benson Margulies (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] (MINVOKER-163) Command line -D's are not interpolated MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MINVOKER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=338043#comment-338043 ] Benson Margulies commented on MINVOKER-163: ------------------------------------------- The _documentation_ says that explicit, in-the-pom, properties are interpolated for things not defined in filterProperties. So it's working as documented. My ability to read, on the other hand, was clearly not. > Command line -D's are not interpolated > -------------------------------------- > > Key: MINVOKER-163 > URL: https://jira.codehaus.org/browse/MINVOKER-163 > Project: Maven Invoker Plugin > Issue Type: Bug > Reporter: Benson Margulies > Assignee: Benson Margulies > > Consider an entry in filterProperties like: > ${some-prop} > If the only definition of 'some-prop' is '-Dsome-prop=someval' on the command line, this will not interpolate. > Somewhat frustratingly, this cannot be demonstrated by using test.properties in the invoker itself, because _that_ works fine. So I won't be able to add an integration test for this unless someone has some other suggestion. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira