Re: Question about download.meter and maven2

2008-04-03 Thread Tom Huybrechts
Use -B On Thu, Apr 3, 2008 at 10:30 PM, Lacoste, Dana (TSG Software San Diego) [EMAIL PROTECTED] wrote: OK, from the archives, I can run mvn with -Dmaven.download.meter=bootstrap (for example) and I won't get the Downloading 1/123k updating to 2/123k etc. But this doesn't appear to work

RE: Question about download.meter and maven2

2008-04-03 Thread Brian E. Fox
Use the -B option to put maven in batch mode and you won't get the download output. It will also tell plugins not to prompt you for input...if you are running from the CI system this is what you want. -Original Message- From: Lacoste, Dana (TSG Software San Diego) [mailto:[EMAIL

RE: Question about download.meter and maven2

2008-04-03 Thread Lacoste, Dana (TSG Software San Diego)
Thanks! I can see why I missed it: batch just plain wasn't one of my search terms :) Dana Lacoste -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 1:43 PM To: Maven Users List Subject: RE: Question about download.meter and maven2 Use the -B