On Thu, 2002-09-19 at 11:11, [EMAIL PROTECTED] wrote: > > Hi Maven mavens, > > Is there any way to get Maven to build the *full* project, including > dependent jars? The war task only builds the jar for the project > provided, and doesn't include the dependencies.... > > Would be excellent to leverage the power of that dependency list!
Take a look at the reactor. There's an example in the Maven build itself and in the Jakarta commons. In Maven the reactor is used to build the plugins in the right build order: a graph is constructed and path computed using the commons-graph package in the sandbox. > Thanks, > > Mike > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
