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 9903490AE for ; Wed, 18 Apr 2012 06:05:33 +0000 (UTC) Received: (qmail 53200 invoked by uid 500); 18 Apr 2012 06:05:33 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 52961 invoked by uid 500); 18 Apr 2012 06:05:29 -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 52929 invoked by uid 99); 18 Apr 2012 06:05:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 06:05:28 +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 [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 06:05:23 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id CC121B0434 for ; Wed, 18 Apr 2012 01:05:02 -0500 (CDT) Date: Wed, 18 Apr 2012 01:05:02 -0500 (CDT) From: "Bue Pierre-Christophe (JIRA)" To: issues@maven.apache.org Message-ID: <588184749.67499.1334729102836.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> Subject: [jira] (ARCHETYPE-406) Support of velocity expressions for user-defined properties 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 Bue Pierre-Christophe created ARCHETYPE-406: ----------------------------------------------- Summary: Support of velocity expressions for user-defined properties Key: ARCHETYPE-406 URL: https://jira.codehaus.org/browse/ARCHETYPE-406 Project: Maven Archetype Issue Type: Bug Components: Plugin Affects Versions: 2.x Reporter: Bue Pierre-Christophe Standard properties (artifactId, groupId, ...) are supported in Velocity expressiosn, but still does not work with user defined properties. For example: ${artifactId}.substring(0,1).toUpperCase() with artifactId=toto will give a=T, but ${b}.substring(0,1).toUpperCase() with b=toto will give a=${b}.substring(0,1).toUpperCase() -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira