You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "qxo (Jira)" <ji...@apache.org> on 2023/03/18 06:52:00 UTC

[jira] [Created] (ARCHETYPE-639) properties value startsWith packageName should be replaced

qxo created ARCHETYPE-639:
-----------------------------

             Summary:  properties value startsWith packageName should be replaced
                 Key: ARCHETYPE-639
                 URL: https://issues.apache.org/jira/browse/ARCHETYPE-639
             Project: Maven Archetype
          Issue Type: Improvement
            Reporter: qxo


{code:xml}
<properties>
   <mainClass>xxx.DemoApplication</mainClass>
</properties>
{code}

after create-from-project:
{code}
<properties>
   <mainClass>${package}.DemoApplication</mainClass>
</properties>
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)