I am new to intelliJ and trying to import maven projects. IntelliJ downloads all banks from my local maven repository to the system / jars folder. What is becoming huge.
How can I make sure that it does not copy the jar from the local maven repo to the system / jars folder, instead I should only allow dependency on the local maven repository
Today I found that my system / jars folder is 6.6 GB, the changed maven values that have been updated are stored in the jars folder, even if they are not used. Is it possible to clear this folder from old dependencies?
maven, .