RE: Telling mvn to look for .m2 somewhere other than user home directory

2009-05-26 Thread Dang H. Nguyen
This is covered in the help: mvn --help You want to use the -s option to tell mvn where your settings.xml file is, like so: mvn -s /some/other/dir/settings.xml -Original Message- From: Rodrigo de Salvo Braz [mailto:b...@ai.sri.com] Sent: Tuesday, May 26, 2009 3:07 PM To:

Why compile exceptions display as INFO messages?

2008-12-03 Thread Dang H. Nguyen
When I get a mvn build failure, I've noticed that the exceptions which show the cause of the build failure, for example, NullPointerException, are shown as INFO level messages. Only the final BUILD FAILURE message is displayed as ERROR. Since I only want ERRORS to show up in my build reports,