java - Debugging maven tests with netbeans? -


i'm trying debug maven tests in netbeans 6.9.1. know how go doing this? reason ask because if run tests using maven, pass. however, if debug tests using netbeans (right click test class -> debug test file) tests fail because have surefire set handle tests, , netbeans seems use own test runner. noticed surefire has debug option, how go using netbeans, i.e. have stop on breakpoints in netbeans?

thanks help.

i not sure that:

but may try with...

pom.xml


<project>  ...  <!-- <scope>test</scope> --> <!-- jus comment out line , try -->  ... 

-saligh


Comments

Popular posts from this blog

c++ - How to modify context menu of internet explorer using IDocHostUIHandler::ShowContextMenu? -

android - Spacing between the stars of a rating bar? -

c# - Getting "Internal .Net Framework Data Provider error 30" error when column has NULL value -