thanks, i'll try it...any other suggestions will be appreciated

On 10/04/07, Wayne Fay <[EMAIL PROTECTED]> wrote:

Split your project into 2 parts:

1. app/jar/pom.xml with packaging jar, all Java sources go here
2. app/war/pom.xml with packaging war and dependency against jar
project, all web project source go here

Wayne

On 4/10/07, Gonzalo Vásquez Sáez <[EMAIL PROTECTED]> wrote:
> What would be the appropiate way of compiling a Web Project's classes
into a
> JAR file which could be lately stored in it's WEB-INF/lib directory?
>
> I'd like to do it so no wandering .class files are spread in the
> WEB-INF/classes directory.
>
> Regards,
>
> Gonzalo Vásquez
>

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


Reply via email to