Re: Why is Maven calling nonexistent Artifactory?

2020-01-15 Thread Pim Moerenhout
Hi Roger, Actually, I'm working on this problem in https://issues.apache.org/jira/browse/MDEP-648 It will look through all dependencies and tell in which POM the definition for the external repository was defined in: The output of mvn

Re: Why is Maven calling nonexistent Artifactory?

2020-01-15 Thread Laird Nelson
Additionally, transitive dependencies may have elements in their pom.xmls, one of which probably contains the URL in question. Best, Laird On Wed, Jan 15, 2020 at 2:29 PM Nick Stolwijk wrote: > Hi Roger, > > As far as I know there is no other repository then Maven Central baked into > Maven.

Re: Why is Maven calling nonexistent Artifactory?

2020-01-15 Thread Nick Stolwijk
Hi Roger, As far as I know there is no other repository then Maven Central baked into Maven. I guess it is configured somewhere in your settings or pom structure. You can take a good look at the settings Maven use by using the Maven Help plugin. Try executing mvn help:effective-pom and mvn

Why is Maven calling nonexistent Artifactory?

2020-01-15 Thread Worden, Roger
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: