On Thu, 2004-03-18 at 22:45, Alex Karasulu wrote: > > -----Original Message----- > > From: David Jencks [mailto:[EMAIL PROTECTED] > > > > you might want to take a look also at the geronimo build structure. > > I'm not sure what the maven experts think of it but I like it and find > > it very convenient. It assumes a 2 level subproject structure > > > > base > > type1 > > module1 > > module2 > > type2 > > module3 > > module4 > > > > > > you can select what you want to build by such expressions as > > > > maven -Dmodules=module1,module3 rebuild > > > > or > > > > maven -Dtypes=type1 > > Really nice I'll have a look.
And that's certainly something we can cook into maven to make this sort of use dead simple. The geronimo build has some magic in there to do this. But as multi project builds are a common thing it's another thing we can provide a default structure for to make it easier. > Thanks, > Alex > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.org happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
