Re: Deploying several third party JARs to with one pom

2006-11-30 Thread franz see
t; ___________________ > Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-

Re: Deploying several third party JARs to with one pom

2006-11-29 Thread Mark Struberg
Are those jars 3-rd party tools or selfmade jars? Anyway, i recommend using 3 poms. This is the only way of detecting/get rid of things like cyclic dependencies etc. lg, strub --- Wayne Fay <[EMAIL PROTECTED]> schrieb: > No, unless you package the three Jars together as a > single Jar (unjar >

Re: Deploying several third party JARs to with one pom

2006-11-29 Thread Wayne Fay
No, unless you package the three Jars together as a single Jar (unjar all 3 into one directory which you then re-Jar). Wayne On 11/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, I have a fairly complex set of JARs (three) which belong together. I know how to deploy them to my site

Deploying several third party JARs to with one pom

2006-11-29 Thread Aaron . Digulla
Hello, I have a fairly complex set of JARs (three) which belong together. I know how to deploy them to my site repository with a module project (one pom per JAR) but I was wondering if I could get away with just one pom.xml? Regards, -- Aaron Digulla