JDeprscan plugin 3.0.0 ?

2021-02-23 Thread Andres Almiray
Hello everyone, While doing research on Maven plugins hat help you work with modular applications I couldn't fail to notice that the jdeprscan plugin is listed at version 3.0.0-alpha-1 and its page marks it as prerelease since 2017 https://maven.apache.org/plugins/maven-jdeprscan-plugin/ As you

Re: Different plugin classpath in Maven 3.6.3 and 4.0.0?

2021-02-23 Thread Mirko Friedenhagen
And now I was able to reproduce this: https://github.com/mfriedenhagen/plugin-classpath-maven-3-and-4 mvn clean verify succeeds with 3.6.3 and breaks with 619973b91cff5af7b5695bda11761a982a159349 ff. > Am 23.02.2021 um 14:42 s

Re: Different plugin classpath in Maven 3.6.3 and 4.0.0?

2021-02-23 Thread Mirko Friedenhagen
Not that deep in bisecting as of now. I wrote a small script `bisect`: ``` #!/bin/bash -e -p mvn -q -B -s ~/.m2/settings-oss.xml clean package -Dmaven.test.skip=true -Denforcer.skip=true -Drat.skip=true bin_tar_gz=apache-maven/target/apache-maven-[3,4]*-bin.tar.gz test -f $bin_tar_gz gunzip -dc $

[ANN] Apache Maven Wagon 3.4.3 released

2021-02-23 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.4.3. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.4.3 ** Dependency upgrade * [WAGON-607] - Upgrade HttpCore to 4.4.14 * [WAGON-608] - Upgrade HttpClient to 4.5.13

Re: Different plugin classpath in Maven 3.6.3 and 4.0.0?

2021-02-23 Thread Michael Osipov
Am 2021-02-23 um 10:16 schrieb Mirko Friedenhagen: Hello Michal, hello Robert, Thanks for the answers. I am trying to reproduce this with a smaller project, but it is quite hard. The problem occurs with an inhouse project where we use inhouse plugins etc. We manage the lifecycle of standard p

Re: Different plugin classpath in Maven 3.6.3 and 4.0.0?

2021-02-23 Thread Mirko Friedenhagen
Hello Michal, hello Robert, Thanks for the answers. I am trying to reproduce this with a smaller project, but it is quite hard. The problem occurs with an inhouse project where we use inhouse plugins etc. We manage the lifecycle of standard packagings as well in the the extension. I wrote a F

[RESULT] [VOTE] Release Maven Wagon version 3.4.3

2021-02-23 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Enrico Olivelli, Tamás Cservenák, Olivier Lamy, Michael Osipov, Sylwester Lachiewicz PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. ---