Maarten Mulders created MARCHETYPES-72:
------------------------------------------
Summary: Include empty .mvn/jvm.config and .mvn/maven.config in
all archetypes
Key: MARCHETYPES-72
URL: https://issues.apache.org/jira/browse/MARCHETYPES-72
Project: Maven Archetype Bundles
Issue Type: Improvement
Reporter: Maarten Mulders
AllĀ [Maven archetypes|https://maven.apache.org/archetypes/index.html] should
generate two (possibly empty) files in the *.mvn* folder of the generated
project: *jvm.config* and *maven.config*.
There are two reasons for this:
# This points users to the fact that they can use those files to customise
their build. For that reason, we might even include a comment in those files
referring them to [the documentation|https://maven.apache.org/configure.html].
# If the project is a multi-module project or is later converted to a
multi-module project, Maven will be able to reliably determine the root of that
multi-module project.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)