You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Cédric Jonas (JIRA)" <ji...@apache.org> on 2017/05/23 08:24:04 UTC

[jira] [Created] (ARCHETYPE-527) Allow usage of settings.xml properties in property default values

Cédric Jonas created ARCHETYPE-527:
--------------------------------------

             Summary: Allow usage of settings.xml properties in property default values
                 Key: ARCHETYPE-527
                 URL: https://issues.apache.org/jira/browse/ARCHETYPE-527
             Project: Maven Archetype
          Issue Type: Improvement
          Components: Generator
    Affects Versions: 3.0.1
         Environment: Windows 7, Maven 3.3.4
            Reporter: Cédric Jonas


Following configuration doesn't work actually when ${developer-email} is defined in the Maven settings.xml:

    <requiredProperty key="developer-email">
      <defaultValue>${developer-email}</defaultValue>
    </requiredProperty>

Result is ${developer-email} instead of e.g. foo@bar.com.

Would it be possible to enhance the Archetype generation by such functionality?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)