Re: Deploying several third party JARs to with one pom

2006-11-30 Thread franz see
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Deploying-several-third-party-JARs-to-with-one-pom-tf2725177s177.html#a7623453 Sent from the Maven - Users

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

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

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 all