Eclipse has aproblem running with a
maven plugin I think its well reported.
The Eclipse is running in a JRE, but a JDK is required , it reccomends putting the JDK path on the eclipse.ini, which i will ignore.
And if you put the vm -JDK path on your command line it will complain Could not create the
Java Virtual Machine .
What I want to know is how easy is intelliJ o use wih maven, will I have similar config problems, which looking a past maven eclipse poss, is more a matter of luck if you get it up an running.
I want maven in my
IDE so that I can run Junits from the IDE as well as commandline. And the maven plugin is needed so that my IDE can read my POM.
Cheers for any advice.