Hello Mariano, Maybe I misunderstood, but what I think you need is to convert your Maven project into a multi-module Maven project, in your case maybe 2 or 3 module project (core, client, server) each producing an artifact with interdependencies defined between them and base parent project holding it all together. On details how to do it, check out Maven the Definitive Guide, found at http://www.sonatype.com/community/definitive_guide.html .
Regards, Stevo. On Thu, Sep 18, 2008 at 9:59 PM, Giancarlo Degani < [EMAIL PROTECTED]> wrote: > Hello, maybe you can try using the assembly plugin and the classifier field > . > Try to find a mail sent 3 days ago to this mailing list with subject > "Maven and Configuration packages", I think that you have the same > problem... > > I hope this can help you. > > Giancarlo > > 2008/9/18 mscarpentier <[EMAIL PROTECTED]>: > > > > Hello there! I'm having some problems to figure out how to manage the > > following situation. > > The project was being packaged with ant, and it uses to create 2 JARs > (for > > example zaraza.jar and zaraza-client.jar). > > To begin with, I replace the classpath generation of the ant file with > the > > maven-ant-task, and now the dependencies are solved by Maven 2. > > I wanted now to provide the zaraza.jar and the zaraza-client.jar for > other > > projects, but I'm being unable to understand how must a pom.xml be in > order > > to take care of two different JARs in the same project. > > The zaraza-client.jar is a subset of many classes that are found in the > > zaraza.jar as well, so I don't think that a "separation" would be > possible. > > Any idea? > > -- > > View this message in context: > http://www.nabble.com/Deploying-two-jars-in-the-same-project-tp19557996p19557996.html > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
