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