I created a Maven custom archetype with the following structure:
When I create the project with the command mvn archetype:generate
the app.xml and app.properties files are not included. How can I solve?
I created a Maven custom archetype with the following structure:
When I create the project with the command mvn archetype:generate
the app.xml and app.properties files are not included. How can I solve?