Matt Raible <[EMAIL PROTECTED]> writes: > What dependencies/projects do you want to exclude? You should be able > to run "appfuse:full-source" on your project and remove anything you > don't want. As far as Struts, that's not included in your project, > it's just Spring. Run "mvn dependency:tree" to see what dependencies > you have.
Thanks Matt, I noticed a <dependency/> element containing struts-menu in pom.xml, so assumed there was some kind of dependency on struts! Looking at the dependency tree, dependencies that I'd like to remove, in order of preferred removal, are: Xfire OpenSymphony's SiteMesh OpenSymphony's ClickStream Velocity DisplayTag Mail DWR I imagine some of those technologies are tightly coupled into the generated application, so I'm wondering if AppFuse is the right thing for me to use. The support for quickly setting up Spring, Hibernate, aspects, unit and integration testing are oh so very appealing, though! Advise on removing or not removing dependencies much appreciated! Thanks, Paul. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
