You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Aaron Freeman <aa...@gmail.com> on 2006/04/18 05:53:57 UTC

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org