You should put your code in a seperate project with packaging 'jar' and then depend upon that project from your war project. This is considered a best practice anyway.
Justin ----- Original Message ----- From: Richard Chamberlain <[EMAIL PROTECTED]> To: Maven Users List <[email protected]> Sent: 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 war project without mixing up WEB-INF/classes Is this possible/advisable? Regards, Richard
