Anyone have any ideas on this problem of not being able to get the latest 
SNAPSHOT from our repository, we are currently stuck. Does anyone have this 
working for them?

Thanks



----- Original Message ----
From: Lee Bieber <[EMAIL PROTECTED]>
To: users@maven.apache.org
Sent: Monday, January 22, 2007 9:34:18 AM
Subject: Re: unable to get latest SNAPSHOT jars


One more update.
 
On the build machine with the common repository:
1. remove the com/trovix/jsec directory
2. run "mvn clean install" on my jsec project 
 
On the development machine
1. remove everything in my local repostory
2. run mvn compile on the project that depends on jsec.jar
SUCCESS!
 
On the build machine with the common repository:
1. remove the com/trovix/jsec directory
2. run "mvn clean deploy" on my jsec project
 
On the development machine
1. remove everything in my local repostory
2. run mvn compile on the project that depends on jsec.jar
FAILURE, pom file is truncated and thus corrupted.
 
 
Thanks, Lee


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


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




Access over 1 million songs - Yahoo! Music Unlimited.


 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

Reply via email to