Wayne, got it. Thanks. On 7/20/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
I understand the situation, but you simply need to realize that (at least at this point) Maven does not support your use case. Considering the "work" to "maintain" product/pom.xml is extremely trivial (add one line in <modules> when a new module is added), I don't see the payoff all that large for doing things automatically. File an RFE in Jira if you'd like, but I just don't see this being something that very many people will care about, so if you really want to see this feature added, you'll need to hack it in yourself IMHO. Wayne On 7/19/07, Baz <[EMAIL PROTECTED]> wrote: > 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] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
