I did a 'mvn package' and that seems to have solved the issue.

It looks like it's a bug or feature of the Eclipse Maven plugin. I'll
have to do some research from that end.

Thank you Franz for giving me a push in the right direction. After a
couple of frustrating evenings trying to get Maven to work, I think I
"get it" now, and I've got things running nicely.

-----Original Message-----
From: Colin Young [mailto:[EMAIL PROTECTED] 
Sent: 6 April, 2007 07:00
To: Maven Users List
Subject: RE: Problems installing 3rd party jar

That's exactly where I see the jar. It seems the Eclipse plugin is
having some trouble finding it, because it sounds like I'm doing the
right thing to make this jar available to Maven (and if not, hopefully
someone will point out where I went wrong). 

I'll have to try the mvn eclipse:eclipse command later today when I have
a connection a little faster and more reliable than my current cellular
connection.

Thanks.

Colin

-----Original Message-----
From: franz see [mailto:[EMAIL PROTECTED]
Sent: 5 April, 2007 23:35
To: users@maven.apache.org
Subject: Re: Problems installing 3rd party jar


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.ht
ml#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]


---------------------------------------------------------------------
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]

Reply via email to