Releasing Maven Shade Plugin

2020-02-07 Thread Hervé BOUTEMY
I'd like to release this plugin: anything to add before the release? Regards, Hervé - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[maven-resolver] DefaultDependencyCollector not collecting direct provided dependencies

2020-02-07 Thread Tomo Suzuki
Hi Maven developers, I find DefaultDependencyCollector is not getting "direct" and "provided" dependencies by default. Is this expected behavior? Background: We use maven-resolver in our Java code. We create RepositorySystemSesison through MavenRepositorySystemUtils.newSession [1]. We use the ses

Accessing plugin configuration xml attributes

2020-02-07 Thread Leandro Nunes
Hello, Currently one can use @org.apache.maven.plugins.annotations.Parameter private LinkedHashMap keyValues = new LinkedHashMap<>(); to read a plugin configuration that looks like value1 value2 My question is if it is possible to somehow read a configuration that l

Re: [maven-dependency-tree] Repository to Contribute?

2020-02-07 Thread Tomo Suzuki
The pull request has been merged. Thanks, Robert. On Wed, Jan 8, 2020 at 1:50 PM Tomo Suzuki wrote: > > Hi Maven developers, > > I raised a PR: [MSHARED-850] Upgrade org.eclipse.aether:aether-util dependency > for maven-dependency-tree [1]. > However, this GitHub repository is not listed in "Apa