The way I have done it is as follows: -- Make a copy of the parent POM (the one with the <modules> info)
-- Alter the copy to remove the modules and packaging (or change <packaging> to "jar" -- Use this altered POM to create a Continuum project -- Modify the project to remove the "--non-recursive" option When Continuum does the download of the project, it will get the committed POM from SCM which has the correct packaging and module list. By removing the option, Maven will run through all of the modules correctly. -----Original Message----- From: Frank Zhao [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 17:34 To: [email protected] Subject: quesiton about maven 2 projects with modules It seems for each modules, Continuum creates a seperate project for it. Is there a way to disable this feature since I only need one continuum project which can build very modules defined in the POM. Thanks, Frank
