Re: Error when using Maven for test project. I need a help...

2013-08-20 Thread HoangVo
In my project,there is a TestBase class. All tests in the future will extend from this class. I have just created a basic test extends from that class. Then maven clean install => Build success. Next I select maven test. It failed. I try to debug backing up code from Test Base and add basic code

Error when using Maven for test project. I need a help...

2013-08-20 Thread HoangVo
Hello, Im very new to Maven (im researching it) Im assigned to project that using maven. I got the message when use command: Maven Test in eclipse. Currently I don't know how to fix it :( Can anybody help me? I really don't know the root cause I appreciate too much... I comment main code to fin