java - Eclipse(STS) break breakpoint not hit using maven surefire plugin and scala ide -


i wondering whether shed light on peculiar problem. using sts 3.2 (i.e. eclipse 4.3 kepler) scala ide , eclipse maven plugin. version of maven using maven 3.0.5. using maven surefire plugin version 2.4.3 , scala version 2.10.2 . have followed instructions such provided here http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html , maven build debug in eclipse however, when set break points in junit scala tests, break points not being hit. not sure why happening. there problem eclipse scala maven , maven surefire??

thanks

if have flexibility in choice of ides i'd switch intellij

http://www.jetbrains.com/idea/

i've had issues in past maven-eclipse , while solvable, intellij supports maven natively.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -