Error installing a multimodule archetype created with mvn archetype:create-from-project
问题 I have a project with the following structure: project (pom) project-client (module, jar) project-ejb (module, jar) project-web (module, war) project-ear (module, ear) Inside the pom the modules reference the parent using: <relativePath>../project</relativePath> And the root pom references the modules the same way (using ../). I can create an archetype using archetype:create-from-project, and everything runs smoothly. But when I try to install the archetype (mvn install inside the target