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.
Matt On Tue, Sep 9, 2008 at 6:34 AM, Paul Pepper <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new to AppFuse and use the "Spring MVC Basic" Archtype to generate > projects - I know Spring, Hibernate and JSP. > > I'd really like to reduce what AppFuse gives me when using "Spring MVC > Basic" for a few reasons: > 1. Quick project ramp-up requires using my existing knowledge. I don't > want to learn some of those extra technologies just yet - e.g. I'm > happy with Spring MVC and don't want Struts in my projects. > 2. Not all my projects require all the technologies that AppFuse gives > me. So I'd like to rid those projects of that redundancy. > > What's the best way to exclude those technologies that I don't require > in my projects? - are there Maven options available, will I have to > manually remove dependencies, etc. > > Thanks, > > Paul. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
