I added a jar with:
mvn install:install-file -Dfile= -DgroupId= -DartifactId= -Dversion= -Dpackaging= -DgeneratePom=true
And added it as a dependency. M2eclipse went through the external repository urls attempting to download the jar and failed. When and how will it check the local repository for the jar?
Resolved: dont mix up underscores and hyphens