Last Eclipse released comes with Maven embedded, but in our project we used to switch to our external installation of it.
One of the members started to use the embedded one, and it worked fine, so I removed the External entry and tried to switch back to the Embedded one, but it seems it has disappeared from the installations list.
And trying to Add it via menu, it does not work, as I guess is looking for an External one. This is an image from the Net, that I guess is what I should get, but I'm missing the Embedded one in my Eclipse Maven Preferences.
By the way, I'm using:
Eclipse IDE for Java Developers Version: Kepler Service Release 1 Build id: 20130919-0819
An embedded version of the Maven known as the Maven Embedder is already specified. This is what is used to execute Maven inside of Eclipse. If you have another installation of Maven which you would like to use instead of the Maven Embedder, you can add another Maven runtime by clicking on the Add.. button.
You can Launch Maven builds from within Eclipse. It does the dependency management for Eclipse build path based on Maven's pom. xml. It resolves Maven dependencies from the Eclipse workspace without installing to local Maven repository (requires dependency project be in same workspace).
Once Maven is installed, you can check the version by running mvn -v from the command-line. If Maven has been installed, you should see something resembling the following output. If you see this output, you know that Maven is available and ready to be used.
Simply remove the external maven installation. When you restart eclipse, the embedded maven will reappear.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With