Hi all, I have two web applications that share code. An implementation of javax.servlet.Filter in Project A should be used by Project B.
With Maven-1 I built a project-a-x.y.jar and defined a dependency to it. The generated project-a.war could be deployed on the application server. In the pom.xml (Maven-2) I have configured <packaging>war</packaging> and only the .war file is generated (installed or deployed to central repository). How is it possible to build .jar AND .war files of this type of projects? Regards, -chris ********************************************************************** Diese E-Mail wurde auf Viren ueberprueft. [EMAIL PROTECTED] ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
