RE: Refresh local repository SNAPSHOTS every morning

2007-12-17 Thread Blue.Thomas
: Mark Struberg [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 5:05 AM To: Maven Users List Subject: RE: Refresh local repository SNAPSHOTS every morning Thomas, do you know what exactly causes the time delays? Your own snapshots or the snapshots you take from external repositories

RE: Refresh local repository SNAPSHOTS every morning

2007-12-14 Thread Mark Struberg
To: Maven Users List Subject: Re: Refresh local repository SNAPSHOTS every morning You could probably use mvn dependency:go-offline... but as you said, it will act on all dependencies, not just SNAPSHOTs. (Why is this a problem for you?) Wayne On 12/13/07, [EMAIL PROTECTED] [EMAIL PROTECTED

RE: Refresh local repository SNAPSHOTS every morning

2007-12-13 Thread Mark Struberg
humm, I'm not sure, but this sounds like $ mvn dependency:go-offline could do the job for you. LieGrü, strub --- [EMAIL PROTECTED] schrieb: Hi all, Is there a way to refresh the SNAPSHOTS in your local repository? We have nightly builds for all of our projects, and every morning there

Re: Refresh local repository SNAPSHOTS every morning

2007-12-13 Thread Wayne Fay
You could probably use mvn dependency:go-offline... but as you said, it will act on all dependencies, not just SNAPSHOTs. (Why is this a problem for you?) Wayne On 12/13/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, Is there a way to refresh the SNAPSHOTS in your local repository?

RE: Refresh local repository SNAPSHOTS every morning

2007-12-13 Thread Blue.Thomas
:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 11:42 AM To: Maven Users List Subject: Re: Refresh local repository SNAPSHOTS every morning You could probably use mvn dependency:go-offline... but as you said, it will act on all dependencies, not just SNAPSHOTs. (Why is this a problem for you

Re: Refresh local repository SNAPSHOTS every morning

2007-12-13 Thread Tomislav Stojcevich
mvn dependency:resolve should do the trick, add -U to force the update if you want to use it again after maven did it's daily check - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Refresh local repository SNAPSHOTS every morning

2007-12-13 Thread EJ Ciramella
] Sent: Thursday, December 13, 2007 12:36 PM To: Maven Users List Subject: Re: Refresh local repository SNAPSHOTS every morning mvn dependency:resolve should do the trick, add -U to force the update if you want to use it again after maven did it's daily check