maven-archetype icon indicating copy to clipboard operation
maven-archetype copied to clipboard

[ARCHETYPE-639] properties value startsWith packageName should be replaced

Open jira-importer opened this issue 2 years ago • 1 comments

qxo opened ARCHETYPE-639 and commented

<properties>
   <mainClass>xxx.DemoApplication</mainClass>
</properties>

after create-from-project:

<properties>
   <mainClass>${package}.DemoApplication</mainClass>
</properties>

Remote Links:

jira-importer avatar Mar 18 '23 06:03 jira-importer

qxo commented

ref PR: https://github.com/apache/maven-archetype/pull/130

jira-importer avatar Mar 18 '23 06:03 jira-importer