In the past our build machine runs "mvn clean install" to install the jsec jar 
into our common repository which is http://repository.trovix.com. So after your 
input, I did the following

1. in the common repository remove everything in the jsec directory, which is  
in the repository at com/trovix/jsec
2. run "mvn clean deploy" (instead of "install") to install into the common 
repository on our build machine
3. on the development machine where I am trying to build the project that 
depends on this jar file , remove the jsec directory in my local repository
4. on the development machine run "mvn compile" and I get the corrupted pom file

Is there any place that I should clean up the metadata?

Thanks


----- Original Message ----
From: Wendy Smoak <[EMAIL PROTECTED]>
To: Maven Users List <users@maven.apache.org>
Sent: Sunday, January 21, 2007 8:05:17 PM
Subject: Re: unable to get latest SNAPSHOT jars


On 1/21/07, Lee Bieber <[EMAIL PROTECTED]> wrote:

> I had been doing a "install" into the common repository so changed it to do
> a "deploy" and thus get

What commands are you using, and what is the location of the repo?

Because you say you've been using 'install', it sounds like you've
been trying to share a _local_ repository.

If you're now 'mvn deploy'ing to the same place, I suspect the
metadata is all confused.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 
____________________________________________________________________________________
Never Miss an Email
Stay connected with Yahoo! Mail on your mobile.  Get started!
http://mobile.yahoo.com/services?promote=mail

Reply via email to