The jar I'm trying to install was built with maven and contains a complete pom.xml inside META-INF/maven/<groupId>/<artifactId>
, including it's dependencies.
Eclipse does not resolve/see the transitive dependencies of that jar.
I tried to install both with and without pom generation.