On 8/8/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Craig McClanahan" <[EMAIL PROTECTED]> > > > Maybe the Maven mavens can figure out a way to share the build > > infrastructure without sharing the dependency information? > > Not a problem... just change the dependency in project.xml. Looks like it > needs at least 1.2.2 to compile. (It won't compile against Struts 1.1. > Should it?) >
Given that Struts changed incompatibly, I'm ok with 1.2.x as a restriction. But doesn't that mean we still need an independent project.xml file instead of a shared one? > If it makes sense, we can remove the <extend>build/project.xml</extend> from > project.xml, and that will make the build stand on its own. That > seems more appropriate for Tiles than Struts-Faces, though. Yep ... but without disrupting all the subprojects that *do* want to share dependencies. Maybe another opportunity to use SVN externals creatively. > > Thanks, > Wendy Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
