plugin dependency not found in offline mode, despite dependency:resovle-plugins completed

2020-11-28 Thread Anton Vodonosov
Hello $ mvn org.apache.maven.plugins:maven-dependency-plugin:3.1.2:resolve-plugins ... Downloading: https://repo.maven.apache.org/maven2/com/puppycrawl/tools/checkstyle/8.29/checkstyle-8.29.pom Downloaded:

Re: Maven goes to repository for a dependency from reactor

2020-11-28 Thread Anton Vodonosov
BTW, dependency:resovle still works the old way, even in the latest version:    $ cd redisson    $ mvn -X org.apache.maven.plugins:maven-dependency-plugin:3.1.2:resolve [ERROR] Failed to execute goal on project redisson-all: Could not resolve dependencies for project

Re: [*EXT*] Re: Wagon : allow send Authorization header on redirect

2020-11-28 Thread Ionel GARDAIS
I agree with you : redirect hell is hard to cope with when the target tool does not provide a way to authenticate use with a side-auth. (Usually it takes the form of a token send as auth. Unfortunately this is only available with Nexus Pro along SAML auth, not the OSS one) SSO is handled by

Re: Wagon : allow send Authorization header on redirect

2020-11-28 Thread Michael Osipov
Am 2020-11-28 um 22:01 schrieb Ionel GARDAIS: Hi list, Is there a way to allow maven to send Authorization header on redirect like curl's --location-trusted ? From what I understand, [

Wagon : allow send Authorization header on redirect

2020-11-28 Thread Ionel GARDAIS
Hi list, Is there a way to allow maven to send Authorization header on redirect like curl's --location-trusted ? >From what I understand, [

Re: Maven goes to repository for a dependency from reactor

2020-11-28 Thread Anton Vodonosov
MDEP-409 was fixed by passing reactor projects as the 3rd parameter to dependencyGraphBuilder.buildDependencyGraph: https://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugins/dependency/tree/TreeMojo.java?r1=1791410=1791409=1791410 My plugin

Re: Maven goes to repository for a dependency from reactor

2020-11-28 Thread Nick Stolwijk
Hi Anton, I have taken a look at the issues fixed in 3.0.1 and I think you'll find the information you need in MDEP-409[1]. [1] https://issues.apache.org/jira/browse/MDEP-409 With regards, Nick Stolwijk ~~~ Try to leave this world a little better than you found it and, when your turn comes to