Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Debug As > Maven test not working

DebugAsMaven is meant to debug Maven build itself and usually does not allow debugging of project code. For debugging tests see

http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html

--
Regards,
Igor

On 2013-01-29 4:43 AM, Flavio Campana wrote:
Hi everyone,
I have a unit test working in Eclipse, but failing under Maven/Jenkins,
so i tried to debug them with Eclipse using Debug As > Maven test from
project context menu, but it doesn't do anything.
Do i need to configure something?
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top