Say I have a the following directory structure: product/ module_1/ module_2/ ...
Can i have a pom.xml at product directory level, and it will go into module directories and run their pom files? The number of module subdirectories can increase but i do not want to maintain the product/pom.xml. Does it make sense? A. On 7/19/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
What's your use case? How could you possibly not know the names of the modules when you're building a project? Are you trying to build a "super master pom" that builds all your company's projects, or something along those lines? Wayne On 7/19/07, Baz <[EMAIL PROTECTED]> wrote: > All, > > I know we can use <modules> to specify which sub-directories that we would > like to build. What if i dont know the name of the sub-directories? Can i do > wildcards? > > Thanks. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
