I've been trying to use Maven to build a project. The project builds fine on a few computers I tried but on one machine, I'm having a random issue.
Essentially, maven is searching for a dependency that is not included in the pom.xml file or the in the settings.xml file at all.
I have tried mvn dependency:purge-local-repository but still no avail; I'm still stuck at mvn searching for a dependency I have no idea where it's looking from.