archetype:generate doesn't support inserting a module into a multi-module build like :create did ------------------------------------------------------------------------------------------------
Key: ARCHETYPE-140 URL: http://jira.codehaus.org/browse/ARCHETYPE-140 Project: Maven Archetype Issue Type: Bug Components: Generator Affects Versions: 2.0-alpha-2 Reporter: Brett Porter 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 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira