I have lot of JAR Files which are needed for our development. These libraries are included in Eclipse in every project.
These dependencies are copied every time.
I create a Maven repository in JFrog Artifactory and moved it to them.
I want to know how I can make Eclipse resolve dependencies from Artifactory and download them local for development.
I'm also quite new to Maven and still trying to understand that.