3

Once i use mvn eclipse:eclipse to generate the eclipse IDE file and import the project in eclipse, the eclipse shows all the dependency jars in the project explorer window(see image) ..

How to hide all the dependency jars in project explorer ?

enter image description here

Bhuvan
  • 4,028
  • 6
  • 42
  • 84
  • 2
    you shouldn't use `eclipse:eclipse` anymore. Use [m2e plugin in Eclipse](http://eclipse.org/m2e/) and import the appropriate project. – khmarbaise Feb 17 '15 at 10:17

1 Answers1

2

If you import the project via m2e plugin the results in Eclipse looks like this:

enter image description here

khmarbaise
  • 92,914
  • 28
  • 189
  • 235