Is there a way to suppress the maven warnings? We are trying to minimize the verbosity of our build right now and only want errors showing up. I have ant and ivy log levels both set to "quiet" which is supposed to suppress everything except for errors. The maven warnings appear to be considered errors.
Thanks, -- tBs