Hi all,

 

         I have a question about using maven-war-plugin.I have a web project
which can be packed as a war file with all biz class in
artifactId/WEB-INF/classes/. Question is, is it possible to pack all biz
classes into one or many jar files ( like companyBla-moduleA.jar,
companyBla-moduleB.jar ) and put them into artifactId/WEB-INF/lib to
deploy(meaning almost empty classes folder)? 

 

         Can I achieve it without divide current project (one pom only now )
into several modules and separate poms? If there is,what is the best way to
pack all my biz classes into jars and put into web-inf/lib to deploy?

 

         Thanks a lot

Reply via email to