Good day to you, Colin, You should be able to see that jar in your <localRepository>/relique/csvjdbc/1.0.0/csvjdbc-1.0.0.jar .
If you can't, then your install-file probably failed. If you do, then I guess you have to recheck how you add reference to that with your eclipse. Btw, if the project you're working on in ecipse is a maven project, you can do a mvn eclipse:ecilpse and it will fix your eclipse project given your maven project. Cheers, Franz Colin Young-2 wrote: > > I"m trying to install a third-party jar so that I can add a reference to > it. I've used the following command-line: > > mvn install:install-file -Dfile=csvjdbc-1.0.0.jar -DgroupId=relique > -DartifactId=csvjdbc -Dversion=1.0.0 -Dpackaging=jar > > but when I try to add a reference (in Eclipse) I can't find the jar to > add a reference to it. Am I missing a step somewhere? > > Thanks for any tips. > > Colin > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Problems-installing-3rd-party-jar-tf3534937s177.html#a9867447 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
