0

I started to work with Eclipse and Maven. Suddenly the generated ${basedir}/target/classes folder is not showing up in the package explorer as previously after refreshing the view. Now I am only able to see ${basedir}/target but in the package explorer it seems to be empty even after fresh build and manual refresh. I can see the files with file explorer outside eclipse so I know they are there 100%.

How do I tell Eclipse or Maven to show the files again?

The fix from here is not working for me.

Community
  • 1
  • 1
Tony Stark
  • 2,318
  • 1
  • 22
  • 41

1 Answers1

4

See this answer and notice that it is only possible in "Project Explorer" not in "Package Explorer".

Community
  • 1
  • 1
Michał Grzejszczak
  • 2,599
  • 1
  • 23
  • 28