I ran maven in the cmd prompt once with a custom local repo parameter (-Dmaven.repo.local=reactor-repo), and now the m2e pom editor also uses that repo for dependency analysis and navigation. I get many warnings that plugins cannot be found.
Sometimes I use a custom user settings file in the maven settings to point to (yet another) custom local repo, but currently I have no special configuration (see screenshot).
I tried search for 'reactor-repo' in the eclipse workspace and plugin folders but didn't find anything.
Could you help me debug how m2e resolves the local repository?

