RE: How to activate proxy from settings.xml using CLI

2016-02-04 Thread Thibault, Daniel
-Message d'origine- De : Bruno Borges [mailto:bruno.bor...@gmail.com] Envoyé : 4 février 2016 15:03 Looking at docs for 3.3.9 [1], I noticed the following: proxies/proxy* List *(Many)* Configuration for different proxy profiles. Multiple proxy profiles might come in handy for anyone

Re: Way Java 8 resolves interface dependencies seems to play havoc

2016-02-04 Thread Curtis Rueden
Hi Shaddy, > Is it as significant a change in behaviour as I think it, for pom.xml > authors to update their definitions to no longer specify that > interfaces are "provided"? Personally, I have never heard of interface/API JARs being scoped as provided in this manner, until you pointed out the

Re: Way Java 8 resolves interface dependencies seems to play havoc

2016-02-04 Thread ecki
Hello, Yes you have to provide interfaces for Java 8 compiler which you did not need before. If your dependencies do not provide these artifacts you get the compiler error. You then basically have the option to include it in the upstream dependency or in your own project as a compile time

How to activate proxy from settings.xml using CLI

2016-02-04 Thread Bruno Borges
Looking at docs for 3.3.9 [1], I noticed the following: proxies/proxy* List *(Many)* Configuration for different proxy profiles. Multiple proxy profiles might come in handy for anyone working from a notebook or other mobile platform, to enable easy switching of entire proxy configurations by