Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-23 Thread Mirko Friedenhagen
Hello, I observed that extensions seem to be fetched from pluginRepositories. Best regards Mirko -- Sent from my mobile Am 17.03.2018 11:59 schrieb "Anders Hammar" : > You need to provide more info to understand your questions. > "obviously everything else fails"? why

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-17 Thread Anders Hammar
You need to provide more info to understand your questions. "obviously everything else fails"? why obviously? "why are plugin repositories being ignored? they shouldn't for plugins and their deps. If it is it's most likely due to a misconfiguration on your end, but it could be a bug in maven.

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-17 Thread Salvatore
That is a bigger change than I expected... I've configured a * pointing to my repo to test it out, and now the extension is being downloaded, but obviously everything else fails. I cannot modify nexus configuration myself, so it seems I will have to download the jar manually for now :( Can I ask

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-16 Thread Anders Hammar
You need to configure a "mirror". See https://help.sonatype.com/repomanager3/maven-repositories#MavenRepositories-ConfiguringApacheMaven /Anders On Thu, Mar 15, 2018 at 8:12 PM, Salvatore wrote: > Hello, > I have tried with maven 3.3.9 and 3.5.0. I will try with 3.5.3

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-15 Thread Salvatore
Hello, I have tried with maven 3.3.9 and 3.5.0. I will try with 3.5.3 tomorrow too. The repos are configured via settings.xml. I have them both as and as . If the docs are right, the plugin repositories should be the important ones for extensions but all I see when I run any goal on that project,

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-15 Thread Karl Heinz Marbaise
Hi, On 15/03/18 20:12, Salvatore wrote: Hello, I have tried with maven 3.3.9 and 3.5.0. I will try with 3.5.3 tomorrow too. The repos are configured via settings.xml. I have them both as and as . If the docs are right, the plugin repositories should be the important ones for extensions but

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-15 Thread Karl Heinz Marbaise
Hi, On 15/03/18 11:51, Salvatore wrote: Hello, first time here. I have a quick question: Is it possible to use a maven extension that is not in maven central without downloading the jar manually? nor doing a mvn install locally? Cause I have been trying to find out why is my extension not

How to tell maven where to look for extensions (instead of central repository)

2018-03-15 Thread Salvatore
Hello, first time here. I have a quick question: Is it possible to use a maven extension that is not in maven central without downloading the jar manually? nor doing a mvn install locally? Cause I have been trying to find out why is my extension not being downloaded by maven from my own