Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-alpha-2
-
None
Description
eg:
mvn archetype:create -DartifactId=parent -DgroupId=test
cd parent
mvn archetype:create -DartifactId=child
this would:
- add the new module
- update the pom with the parent POM reference (and inherit the groupId, version by default)
- update the parent POM to add the new <module> reference for the child.
:generate prompts for groupId/version