Re: [m2] Converting from Ant based projects that have create than one artifact

2005-10-13 Thread Arik Kfir
Yes, you should create two modules - one that produces a JAR, and one that produces a WAR (and has a dependency on the module generating the JAR). It should be something like this: root | +---pom.xml | +---war-module | | | +-pom.xml | | | +-src... | +--

[m2] Converting from Ant based projects that have create than one artifact

2005-10-13 Thread Michael McCrann
Hi, I am converting an Ant based project to M2. The project creates two artifacts: a war and a jar. My understanding is that an M2 project should only produce one artifact. So, what would the M2 approach be? multiple modules? Regards Michael McCrann NOTICE This e-mail and any attachments ar