At least one person was having real trouble adding the JUnit library to their team project.
They tried adding it to the build path in Eclipse, and then we tried adding it to the pom.xml for maven, and had issues that way too. We eventually got it to work by removing the
"test" part of the dependency in the pom.xml, but I don't think that was the proper way to fix it.
So... what's the best/easiest way to get JUnit testing set up for your (maven-based) team projects in Eclipse?