[
https://issues.apache.org/jira/browse/ARCHETYPE-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702071#comment-17702071
]
qxo commented on ARCHETYPE-639:
-------------------------------
ref PR: https://github.com/apache/maven-archetype/pull/130
> 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
> Priority: Major
>
> {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)