I've been trying to make a multi-module archetype today using Archetype NG (2.2-alpha 2) and I noticed that the relativePath of the parent is always overridden with ../pom.xml. (This appears to be the result of some code in org.apache.maven.archetype.common.MavenJDOMWriter#updateParent()).
Two questions: 1. Is there a way to specify the parent pom in the archetype? 2. If no, if I were to submit a patch would it be considered? Thanks, Matt