HiAll,
I'm new to
Maven and have not used maven tool in the past. Our project is a maven project and I was given to run some tests for the project.
I right clicked on "pom.xml" in eclipse and selected "Maven:test" and it throws me error "The specified jre installation is not found". Ihave my JAVA_HOME set and can run ant build.xml with out any problem. Is there anything else I need to set for having Maven find my jre installation.
As mentioned below, I have
java 1.6 installed and setup for accessing through eclipse.
Thanks