Declare the repositories you are using in settings.xml and set update flag to "never".
Other options are mvn -o to run offline, or mvn -npu to suppress plugin updates. Run mvn -h to see more choices. Wayne On 3/7/08, X23G8c <[EMAIL PROTECTED]> wrote: > > I am making changes to the build process. In order to isolate problems due > to these changes from problems due to upgrading repository, I would like > things arranged so that maven postpones its repository check cycle > indefinitely. Then, once I am happy with the updates, I would like to force > the repository check to run so that I know that the build works with the > latest components. > > How would I do this? > > -- > View this message in context: > http://www.nabble.com/How-do-I-supress-repository-update--tp15902255s177p15902255.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
