I can use this command to create a maven project:

mvn archetype:create \
  -DarchetypeGroupId=org.apache.maven.archetypes \
  -DgroupId=com.mycompany.app \
  -DartifactId=my-app

But how can I create a project which includes many modules?
-- 
View this message in context: 
http://www.nabble.com/How-can-I-create-a-maven-project-with-multiple-modules--tp15890230s177p15890230.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to