Re: create war and jar files at same time.

2009-01-27 Thread Yves Dessertine
Is it an acceptable solution for you, to create one more subproject generating a jar. And then make the war-project depend on your jar ? PS : don't crosspost on dev and users (this questions has nothing to do with dev, don't ?) Yves 2009/1/27 Minhaj : > Hi, > > i am working on maven;s multi modu

create war and jar files at same time.

2009-01-27 Thread Minhaj
Hi, i am working on maven;s multi module project i have three modules with three pom.xml files all of them generating war files successfully and i want to generate a jar file as well for one of the module. i am confuse that how can we define two times the tag in same pom.xml file. it can be don