Re: Why does Maven fail to compile my project occasionally?

2014-02-20 Thread Stephen Connolly
On 20 February 2014 01:58, LevskiWeng levskiw...@gmail.com wrote: Wayne Fay wrote Maven calls out to your system JDK to do the compilation step. With the [ERROR] lines you provided previously, Maven is simply passing along the error that was reported by javac. I bet, if you constructed

Re: Why does Maven fail to compile my project occasionally?

2014-02-20 Thread Ron Wheeler
On 20/02/2014 4:38 AM, Stephen Connolly wrote: On 20 February 2014 01:58, LevskiWeng levskiw...@gmail.com wrote: Wayne Fay wrote Maven calls out to your system JDK to do the compilation step. With the [ERROR] lines you provided previously, Maven is simply passing along the error that was

Re: Why does Maven fail to compile my project occasionally?

2014-02-20 Thread Wayne Fay
It's because my code depends some other modules which I didn't put it into pom.xml explicitly. And I'm adding them into the corresponding pom.xml. Thank you for directing me back to the right track! Glad you sorted that out! :) However, I'm curious that I succeed to compile the project after

Re: Help[please]: maven-surefire-plugin with TestNG group dependencies not working....

2014-02-20 Thread Jeff
Anyone have similar issues running tests w/ group dependencies? On Tue, Feb 18, 2014 at 5:52 PM, Jeff predato...@gmail.com wrote: I'm having a frustrating test dependency issue and I don't know if it is my configuration or a problem. I've got two test classes in my maven project using