**[qxo](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=qxo)** opened **[ARCHETYPE-639](https://issues.apache.org/jira/browse/ARCHETYPE-639?redirect=false)** and commented ```xml <properties> <mainClass>xxx.DemoApplication</mainClass> </properties> ``` after create-from-project: ``` <properties> <mainClass>${package}.DemoApplication</mainClass> </properties> ``` --- **Remote Links:** - [GitHub Pull Request #130 ](https://github.com/apache/maven-archetype/pull/130)