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 <[email protected]> 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 <[email protected]> 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 ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index
