Bhuvan
Bhuvan

Reputation: 4187

how to hide dependency jars in eclipse's project explorer window

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

Upvotes: 3

Views: 447

Answers (1)

khmarbaise
khmarbaise

Reputation: 97547

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

enter image description here

Upvotes: 2

Related Questions