Yeah, I meant classes. That'll help while I restructure the project.
Thanks Guys!
-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: 10 December 2008 13:57
To: Maven Users List
Subject: Re: creating a JAR file of the source code in a war project
On Wed, Dec 10,
Richard Chamberlain wrote at Mittwoch, 10. Dezember 2008 14:48:
> Hi,
>
>
>
> I've got a standard war project. I'd like to jar up my source code and
> put it in WEB-INF/lib instead of compiling it to WEB-INF/classes.
>
>
>
> This would allow me to overlay it into another war project withou
On Wed, Dec 10, 2008 at 8:48 AM, Richard Chamberlain
<[EMAIL PROTECTED]> wrote:
> I've got a standard war project. I'd like to jar up my source code and
> put it in WEB-INF/lib instead of compiling it to WEB-INF/classes.
>
> This would allow me to overlay it into another war project without
> mixin
t: Wed Dec 10 08:48:42 2008
Subject: creating a JAR file of the source code in a war project
Hi,
I've got a standard war project. I'd like to jar up my source code and
put it in WEB-INF/lib instead of compiling it to WEB-INF/classes.
This would allow me to overlay it into another
Hi,
I've got a standard war project. I'd like to jar up my source code and
put it in WEB-INF/lib instead of compiling it to WEB-INF/classes.
This would allow me to overlay it into another war project without
mixing up WEB-INF/classes
Is this possible/advisable?
Regards,
Richard