[VOTE] Release Apache Maven Invoker Plugin version 3.2.2

2021-02-13 Thread Sylwester Lachiewicz
Hi, We solved 17 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317525&version=12346157&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MINVOKER Staging repo: https://repository.apache.org/content/repositories/ma

[VOTE] Release Apache Maven Common Artifact Filters version 3.2.0

2021-02-13 Thread Sylwester Lachiewicz
Hi, We solved 2 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12349647&styleName=Text Staging repo: https://repository.apache.org/content/repositories/maven-1627/ https://repository.apache.org/content/repositories/maven-1627/org/apache/maven/shared/mave

Re: Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-13 Thread Anthony Dahanne
Hello Tamás, Thanks for your answer. Yes, I remember I also got a look at this maven-resolver-demos repo; and I could even leverage it to successfully resolve GAVs. And your remark about the MRESOLVER-157 takes all its meaning with my issue: reconciling the "pure maven-resolver" world (GAV transfor

Re: Open branches report

2021-02-13 Thread Hervé BOUTEMY
really nice idea, thank you Regards, Hervé Le samedi 13 février 2021, 16:37:38 CET Robert Scholte a écrit : > Hi, > > I've just added a new page to the dist-tool that can show us the number of > branches per Maven project.[1] This should give us a better way to see > where we should clean up br

Re: Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-13 Thread Tamás Cservenák
Howdy, take a peek at resolver "demo" snippets here: https://github.com/apache/maven-resolver/blob/master/maven-resolver-demos/maven-resolver-demo-snippets/src/main/java/org/apache/maven/resolver/examples/ResolveTransitiveDependencies.java Word of warning: do not "mix" ServiceLocator and DI (Guic

Open branches report

2021-02-13 Thread Robert Scholte
Hi, I've just added a new page to the dist-tool that can show us the number of branches per Maven project.[1] This should give us a better way to see where we should clean up branches. I've divided them in the following categories:  - master - Jira Branches: these start with the matching jira key

Re: Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-13 Thread Anthony Dahanne
Hello Hervé, Thanks for your answer. I understand it's a time sink to investigate such issues. I have followed your recommendation renaming the project; totally makes sense. Actually, since I believe my issue is because of my DefaultRepositorySystemSessionor my DefaultProjectBuildingRequest config

Re: Official Maven Github Actions

2021-02-13 Thread Arnaud Héritier
I am not an expert on GitHub actions but also saw this article from Andres which is useful to deploy to Maven Central using GitHub Actions : https://andresalmiray.com/publishing-to-maven-central-using-apache-maven/ (useful with the shutdown of JFrog's JCentral repo) I think it may be good for the

Re: Parent pom or BOM not resolved using DefaultProjectBuildingRequest

2021-02-13 Thread Hervé BOUTEMY
Hi Anthony This mailing list is not a bad location It's just that your question is not easy to answer, very specific, we have many other things to do then I can't tell you if anybody has time to dig into it, but what's clear is that it will require time One quick feedback: maven-resolver artifa