Olivier Lamy created ARCHETYPE-399: -------------------------------------- Summary: optionnal modules in multi modules archetype Key: ARCHETYPE-399 URL: https://jira.codehaus.org/browse/ARCHETYPE-399 Project: Maven Archetype Issue Type: New Feature Components: Creator, Plugin Reporter: Olivier Lamy
The goal is to have optional modules in the project generation. in archetype-metadata.xml {code} <module id="basic-api" dir="basic-api" name="basic-api" optional="true> {code} In batch mode module can be activated with -DarchetypeModules=id1,id2,etc... In non batch mode prompt will ask does this module need to be activated. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira