Please check the archives. This has been discussed ad infinitum. -----Original Message----- From: Aaron Freeman [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 10:54 PM To: Maven Subject: Maven and WSAD or RAD
Is anyone using Maven with either WebSphere Studio Applicaiton Developer or Rational Application Developer? If so, how do you get the local environments to work properly? There are some things that the local environment needs to run, that are different than the way you would do it for a Maven project. For instance, if you have a web project, you have to put all the JAR files in the src/main/webapp/web-inf/lib folder in order for them to be included in the runtime path for the local environment. But as far as Maven goes, you shouldn't be putting these files in that fold because it does that for you when it generates the target. There is a similar issue with putting JAR files in the root of the EAR file project, also. I've come up with some ways to get around some of this, but it's really just a hack. Does anyone know of a good way to deal with this? Thanks!! --------------------------------------------------------------------- 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]
