merge two war files into one
843842Jul 27 2009 — edited Aug 3 2009Hi everyone,
i have two war files that i deploy separately.
now instead of going through that pain i want to make one war file, deploying which would deploy those two wars. this can make life easier for other developers where they can just deploy one war instead of multiple.
I am using maven.
can anybody give ideas to approach this.