Thanks, That's the kind of thing I was thinking, how did you handle dependencies for your web apps like the servlet API etc, I'm assuming you'd set these up in a local repo (as in copy key JARs from Websphere\runtimes\base_v51 or whatever)?
Cheers, Toby -----Original Message----- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: 22 November 2005 21:38 To: Maven Users List Subject: Re: [M1] Maven with Websphere Application Developer anyone? We have several projects using WSAD and Maven 1.x Developers typically code and test from inside of WSAD and CruiseControl handles the continuous integration. We stick to WSAD's project structure and customise Maven with properties to make them compatible. We've got: EARs WARs JARs Web Code (goes into WEB-INF/lib of the WAR) and typically a project to manage integration testing. HTH, On 11/23/05, Weston, Toby <[EMAIL PROTECTED]> wrote: > Hi Folks, > > Is anyone using Maven based structures (in particular J2EE ones like > webapps) with Websphere Application Developer (WSAD) or Rational Application > Developer? > > I was just after any horror/success stories and if you can make the project > structure co-exist in harmony. > > Thanks in advance, > Toby > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://www.multitask.com.au/people/dion/ "You are going to let the fear of poverty govern your life and your reward will be that you will eat, but you will not live." - George Bernard Shaw --------------------------------------------------------------------- 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]
