Hello everyone, I'm building a project in maven from eclipse, I ran clean install , and now I'm in my test phase .. and now I have this usual message that tests are running :
-------------------------------------------------------
T E S T S
-------------------------------------------------------
and nothing is happening for half an hour now .. when I bring up the maven console it gives me what I executed :
2/16/10 11:42:37 AM CET: Build type none : clean install
Nothing about what is happening to the tests? what can I do ? what is going on ? how can I know that this is working or not?