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. [email protected].

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



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

Reply via email to