I\'ve imported an existing maven project into Eclipse. I tried to set up the configurations for a JUnit test, and my project wouldn\'t come up as a testable project. When I
Check the packaging tag in the pom.xml file.
It worked when I changed pom.xml to use:
jar