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
Install m2e and subclipse from the Eclipse Marketplace depending on what version of Eclipse you have. Then:
Window > Open Perspective > Other... > SVN Repository Exploring
.Checkout
.Configure > Convert to Maven Project
.It should now be recognized as both a Maven and a Java project (Maven and Java natures will have been added to the Eclipse .project file)