Multiple binaries generated

2006-09-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. There is a requirement where a single Maven build needs to produce both a jar and a war in the same project. The packaging element can neither be a .jar nor a .war. I am not sure what it should be. The only thing I could think of is trying to fork parallel builds within the Maven package

Re: Multiple binaries generated

2006-09-20 Thread Elid OR
Hi, Perhaps you we need to split your project into 2 projects, one with a jar packaging and an other with a war packaging then use a multi project build. Regards. On Wednesday 20 September 2006 15:49, Morgovsky, Alexander (US - Glen Mills) wrote: Hi. There is a requirement where a single