Tuesday, October 25, 2016

Maven jar dependencies are displayed outside `Maven Dependencies` view

showing the all jars listed in eclipse is a real headache. let's see how to get rid of that.

jars shown outside


  1.  Just delete the project from the eclipse. (do not delete from disk, if you not sure about this - better to backup below delete)
  2.  go to folder structure of the project and delete generated files. (".settings" folder, "target" folder, "classpath" file, ".project" file ) 

delete generated folders



     3. Import project using wizard  - existing maven project. You will get rid of the issue.

import again as a existing maven project



issue sorted - libraries are not shown now



No comments:

Post a Comment