jake stone <[EMAIL PROTECTED]> wrote on 24/09/2003 04:50:39 PM: > I'm new to Maven and my first task is to implement a multiproject > environment. > > Could someone possibly post a sample maven.xml that implements the > multiproject plugin ? It would be a nice thing to have in an FAQ > sometime as well.
You don't need anything in maven.xml to use multiproject. Just set the properties. > Also, I am curious as to why Maven requires a plugin for what seems > to be a task intrinsic to its purpose. In my case, I am not trying All build functionality in maven is provided by plugins. > to build separate projects, but rather compile the modules for both > the standalone and the client versions of the same project. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
