RE: Two jars, one pom...

2007-11-16 Thread Brian E. Fox
The multi module is the correct way to go. You might be able to combine them using the assembly plugin and the jar with dependencies stuff. -Original Message- From: Hirn, Joseph [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 11:48 PM To: Maven Users List; [EMAIL PROTECTED]

Re: Two jars, one pom...

2007-11-15 Thread Antonio Petrelli
2007/11/13, Hirn, Joseph [EMAIL PROTECTED]: If there is a third way I would appreciate the recommendation. I also would like to hear thoughts on my two approaches and if anyone has had to deal with separating out things in this manner. Possibly the solution could be to separate these jars into

Re: Two jars, one pom...

2007-11-15 Thread Lee Meador
We have a similar situation where we build a jar that goes into a rar file but we need a client jar as well. We build one of the files with an ant task (after maven has done all the compiling and such) and use the build-helper plugin to add the extra resulting artifact file to the list of things