I don't know what happen to my project, "maven dependencies" from JAVA BUILD PATH has been removed.I am getting 100s of error please help me to re-add these jars? Tried many methods.
Asked
Active
Viewed 2,848 times
-6
-
try mvn eclipse:eclipse on command line and refresh your project – Jens Jan 14 '16 at 14:19
-
Maybe you removed the "Maven nature" from your project. A maven enabled project (aka with Maven nature) is generally marked with an "M" at the top-level Folder. You can right click on a Java project and click `Configure-Convert to maven project`. Mixing eclipse internal usage and mvn eclipse:eclipse command line usage should be avoided as these modes are not compatible [see here](http://stackoverflow.com/questions/13061048/how-does-the-m2e-eclipse-plugin-interact-with-eclipse) – Hendrik Jander Jan 14 '16 at 14:32
-
tried did not worked,Any way i delete eclipse and download new again and working fine.I am wonder why people voting down this question. :-| – Asad Khan Jan 14 '16 at 17:28