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

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

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -