New install of Maven 3.6.3 on Mac Mojave. Trying to build a local copy of a 
third-party vendor’s app. Command is:

mvn dependency:tree -DoutputType=dot --file="pom.xml"

Maven says the following for many objects:

Downloading from vendor-repo: 
http://192.168.2.57:8081/artifactory/ProjectLibs/it/vendor/Filters/6.6.1/Filters-6.6.1.pom

and then often:

Transfer failed for http://192.168.2.57:8081/artifactory … /maven-metadata.xml

I do not have Artifactory on my Mac.
I have searched all through the Maven config and other files and can find no 
reference to Artifactory.
I have searched all through the vendor files and can find no reference to 
Artifactory.

Is this some default built into Maven? A “strings” search of man did not find 
any reference to Artifactory.

I’ve tried to add repository info to my settings.xml to disable it, but have 
not succeeded.

Thanks in advance.

Reply via email to