Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl

2014-12-16 Thread Alexis Morelle
Changing to B + figured everyone would call it the Maven Owl anyway. On 15/12/2014 14:02, Alexis Morelle wrote: A Alexis. On 15/12/2014 11:39, Stephen Connolly wrote: After the run-off round, we are left with two names standing. This second vote will be a straight and simple majority wins

Re: [VOTE] Name our mascot: Shotgun vs The Maven Owl

2014-12-15 Thread Alexis Morelle
A Alexis. On 15/12/2014 11:39, Stephen Connolly wrote: After the run-off round, we are left with two names standing. This second vote will be a straight and simple majority wins. The vote will be open for at least 72 hours (with the potential of an extension until I send a message saying

Maven failed with error while reading test results

2012-04-27 Thread Alexis Morelle
Hi, I have this weird error that keep coming up after a simple mvn clean install. Maven goes out on this error while reading test results and never goes to the package, install etc goal... Would you guys know what this could come from? Thank you very much for your help, Alexis. Tests run:

Re: Maven failed with error while reading test results

2012-04-27 Thread Alexis Morelle
configured your Jenkins build to do it's post processing even on failure? Matt -Original Message- From: Alexis Morelle [mailto:alexis.more...@alcatel-lucent.com] Sent: Friday, April 27, 2012 9:22 AM To: users@maven.apache.org Subject: Maven failed with error while reading test results Hi, I

Re: Maven failed with error while reading test results

2012-04-27 Thread Alexis Morelle
Lol don't consider that, that was a lame attempt to obfuscate few internal details as asked by my company... See my next answer for more details with normal logs, sorry about that. Alexis. Le 27/04/2012 17:37, Wayne Fay a écrit : Please refer to

Re: Maven failed with error while reading test results

2012-04-27 Thread Alexis Morelle
- reports\result.xml Invalid byte 2 of 3-byte UTF-8 sequence. This would lead me to believe there's a BOM (Byte-Order-Mark) error in the result.xml file. Does the surefire plugin generate BOMs?? -Original Message- From: Alexis Morelle [mailto:alexis.more...@alcatel-lucent.com] Sent: Friday

Re: help:effective-settings

2011-03-15 Thread Alexis Morelle
If you don't happen to have a -s option in your command line, then the settings is either in your .m2 home directory or in your maven installation. I don't know if there's a way to find the location of the settings file but there are few things you may want to look for. First be sure of which

Re: How to move $USERHOME\.m2 folder to another directory?

2010-10-25 Thread Alexis Morelle
Hi, if that's just for the local repository you can do that otherwise if you want to move the location of the settings file also, you can specify one using -s option in maven. In eclipse you can set the location of the settings.xml file in the maven preferences. Be careful, if you forget