RE: How to specify external jars

2006-01-05 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi, Thanks for the pointers Allan and Kenney. Will try and get back in case of any issues. Regards, Kiran -Original Message- From: Allan Ramirez [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 3:41 PM To: Maven Users List Subject: Re: How to specify external jars Try this

Re: How to specify external jars

2006-01-05 Thread Allan Ramirez
adala Baskar, Kiran Kumar (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 03, 2006 5:40 PM To: Maven Users List Subject: How to specify external jars Hi, I have a couple of external jars that I need for my Project compilation. I have uploaded them to the local repository using:

RE: How to specify external jars

2006-01-04 Thread Kenney Westerhof
006 5:40 PM > To: Maven Users List > Subject: How to specify external jars > > > Hi, > > I have a couple of external jars that I need for my Project compilation. > > I have uploaded them to the local repository using: > > mvn install:install-file -Dfile=\JAR_NAME.ja

RE: How to specify external jars

2006-01-04 Thread Brian E. Fox
Can you post the pom you're using and the output from the maven build (use mvn -X) -Original Message- From: Pagadala Baskar, Kiran Kumar (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 2:55 AM To: Maven Users List Subject: RE: How to specify external jars

RE: How to specify external jars

2006-01-03 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
specify external jars Hi, I have a couple of external jars that I need for my Project compilation. I have uploaded them to the local repository using: mvn install:install-file -Dfile=\JAR_NAME.jar -DgroupId=groupId -DartifactId=JAR_NAME -Dversion=1.0 -Dpackaging=jar I tried adding the jar as a

Re: How to specify external jars

2006-01-03 Thread Man-Chi Leung
can u list down what exactly u have do for "mvn install:install-file" ? regards ~manchi On Jan 3, 2006, at 8:10 PM, Pagadala Baskar, Kiran Kumar ((Cognizant)) wrote: Hi, I have a couple of external jars that I need for my Project compilation. I have uploaded them to the local reposito

SV: How to specify external jars

2006-01-03 Thread Bengt-Erik Fröberg
dency is correctly declared? Regards, /B-E -Ursprungligt meddelande- Från: Pagadala Baskar, Kiran Kumar (Cognizant) [mailto:[EMAIL PROTECTED] Skickat: den 3 januari 2006 13:10 Till: Maven Users List Ämne: How to specify external jars Hi, I have a couple of external jars that I need f

How to specify external jars

2006-01-03 Thread Pagadala Baskar, Kiran Kumar \(Cognizant\)
Hi, I have a couple of external jars that I need for my Project compilation. I have uploaded them to the local repository using: mvn install:install-file -Dfile=\JAR_NAME.jar -DgroupId=groupId -DartifactId=JAR_NAME -Dversion=1.0 -Dpackaging=jar I tried adding the jar as a dependency to my POM.