Hello everybody, I have a jar file in the local repository that was built from a Maven project. I'm trying to use that library in another Maven project. I can add it as dependency, but Eclipse cannot find any of the classes in the library. When I look at the dependencies in the POM editor, the library appears as a folder instead of a JAR file.
The workaround is to manually add the library as an external jar in the "Configure build path" dialog of Eclipse. Would someone have an idea of what's happening?
_______________________________________________ m2e-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/m2e-users
