Don't put any Java code in your WAR project, instead all code must
come from other projects that you depend on. Assuming this is true,
this is just how the WAR plugin works with default configuration.

Personally we are building EARs so I don't want my WARs loaded up with
all those JARs. Instead I like nice "thin WARs" and fat EARs.

Wayne

On 1/30/08, Rex Huang <[EMAIL PROTECTED]> wrote:
> I want to generate a war file, the dependence jar files are needed to
> package in it.
> and also the class files in WEB-INF\classes, I want to package it in a jar
> file.
> all the jar files should be put in WEB-INF\lib.
>
> Can I make it work?
>
> BR//Rex
>

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

Reply via email to