Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
AllĀ Maven archetypes should generate two 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.
- 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.