Hi, See the example 3 here. http://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project_Aggregation
Hope this is what you need. Upul On Fri, Mar 7, 2008 at 10:54 AM, youhaodeyi <[EMAIL PROTECTED]> wrote: > > 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] > >
