Re: Unable to get latest SNAPSHOT version from repository.

2005-06-10 Thread Kakarla_Pratapam
Hi Brett, These are the steps: 1. Developer A update the snapshot in his local machine and put it in central repository. 2. When Developer B run m2 ant:ant he should get the latest snapshot into Developer B local re updated by A. But its not happening since Developer B local repository has

Re: Unable to get latest SNAPSHOT version from repository.

2005-06-10 Thread Nicolas Chalumeau
In the http://maven.apache.org/maven2/maven1.html# page it is said : Improved SNAPSHOT handling - Snapshots are now checked for updates only once per day by default - though can be configured to be once per build, on a particular interval, or never. A command line option can force a check -

Re: Unable to get latest SNAPSHOT version from repository.

2005-06-10 Thread Nicolas Chalumeau
oups!! You can do this in the settings.xml with the settingsprofilesprofilerepositoriesrepositorysnapshotPolicy/ element http://maven.apache.org/maven2/maven-settings/settings.html#class_Repository 2005/6/10, Nicolas Chalumeau [EMAIL PROTECTED]: In the

RE: Unable to get latest SNAPSHOT version from repository.

2005-06-10 Thread Kakarla_Pratapam
- From: Nicolas Chalumeau [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 10:43 AM To: Maven Users List Subject: Re: Unable to get latest SNAPSHOT version from repository. oups!! You can do this in the settings.xml with the settingsprofilesprofilerepositoriesrepositorysnapshotPolicy

Re: Unable to get latest SNAPSHOT version from repository.

2005-06-10 Thread Brett Porter
: Friday, June 10, 2005 10:43 AM To: Maven Users List Subject: Re: Unable to get latest SNAPSHOT version from repository. oups!! You can do this in the settings.xml with the settingsprofilesprofilerepositoriesrepositorysnapshotPolicy/ element http://maven.apache.org/maven2/maven-settings

Unable to get latest SNAPSHOT version from repository.

2005-06-09 Thread Kakarla_Pratapam
Hi, I am using Maven 2.0. My problem is unable to get the latest SNAPSHOT version from our central repository to local repository when I run m2 ant:ant in my local machine. Any thoughts. Thanks, Pratapam. - To

Re: Unable to get latest SNAPSHOT version from repository.

2005-06-09 Thread Brett Porter
Can you describe what you mean by unable. What goes wrong? - Brett On 6/10/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am using Maven 2.0. My problem is unable to get the latest SNAPSHOT version from our central repository to local repository when I run m2 ant:ant in my