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.