On 12/6/06, JavierL <[EMAIL PROTECTED]> wrote:

I'm trying to make a webapp with maven. Everything is ok except when I run
mvn package I got a webapp but without all the needed jars declared as
dependencies !!!

It's a bug or I'm losing something about how to generate a webapp ?

It's unlikely to be a bug, since quite a few of us are building
webapps with Maven 2.

We'll need to see the pom to be of any help.  One thing that could
cause WEB-INF/lib to not contain your jars is putting your
dependencies inside <dependencyManagement> instead of just
<dependencies>.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to