Re: ASF Jenkins

2022-07-14 Thread Olivier Lamy
On Fri, 15 Jul 2022 at 07:30, Olivier Lamy wrote: > > > On Thu, 14 Jul 2022 at 19:25, Slawomir Jaranowski > wrote: > >> I don't think that it is a code problem ... in the most times. >> >> eg: >> >> https://ci-maven.apache.org/blue/organizations/jenkins/Maven%2Fmaven-box%2Fmaven-plugin-tools/det

Re: ASF Jenkins

2022-07-14 Thread Olivier Lamy
On Thu, 14 Jul 2022 at 19:25, Slawomir Jaranowski wrote: > I don't think that it is a code problem ... in the most times. > > eg: > > https://ci-maven.apache.org/blue/organizations/jenkins/Maven%2Fmaven-box%2Fmaven-plugin-tools/detail/PR-112/2/pipeline/ > > Build was failed on three window nodes

Re: Upcoming parent poms release 27/37

2022-07-14 Thread Slawomir Jaranowski
Hi, ASF parent 27 released in a few days I will release Maven parents 37. current release notest: https://issues.apache.org/jira/issues/?jql=project%20%3D%2012311250%20AND%20fixVersion%20%3D%2012351652%20ORDER%20BY%20priority%20DESC%2C%20key%20ASC Let me know if you have any additions. czw., 7

[ANN] Apache Software Foundation Parent POM Version 27 Released

2022-07-14 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version, version 27 https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: org.apache apache 27 You can download the appropriate

[RESULT] [VOTE] Release Apache Parent POM version 27

2022-07-14 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1 : Sylwester Lachiewicz, Tamás Cservenák, Herve Boutemy, Slawomir Jaranowski PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo. -- Sławomir Jaranowski

Re: JSR330: Overriding the default lifecycle

2022-07-14 Thread Konrad Windszus
For the record: Both plexus metadata and JSR 330 annotated classes work the same way. I had a typo in the group id. Still one thing might be relevant to others: It is never necessary to explicitly set the version for goals of the plugin itself (as this always has a version set in the effective

Re: Warn users about upcoming changes

2022-07-14 Thread Romain Manni-Bucau
Le jeu. 14 juil. 2022 à 09:34, Slawomir Jaranowski a écrit : > czw., 14 lip 2022 o 08:02 Romain Manni-Bucau > napisał(a): > > > A few points on that topic: > > > > 1. Helping users is always +1000 > > 2. Some plugins do check if there is a new version and log it => a. makes > > the build not hig

Re: [VOTE] Release Apache Maven Project Info Reports Plugin version 3.4.0

2022-07-14 Thread Tamás Cservenák
+1 On Sat, Jul 9, 2022 at 11:48 PM Hervé BOUTEMY wrote: > Hi, > > We solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12351758&styleName=Text > > Staging repo: > https://repository.apache.org/content/repositories/maven-1777/ > > https://repos

Re: ASF Jenkins

2022-07-14 Thread Slawomir Jaranowski
I don't think that it is a code problem ... in the most times. eg: https://ci-maven.apache.org/blue/organizations/jenkins/Maven%2Fmaven-box%2Fmaven-plugin-tools/detail/PR-112/2/pipeline/ Build was failed on three window nodes with error: [INFO] Building: ignore-plugin-class-realm\pom.xml Sending

Re: [VOTE] Release Apache Maven Project Info Reports Plugin version 3.4.0

2022-07-14 Thread Olivier Lamy
+1 On Thu, 14 Jul 2022 at 18:26, Herve Boutemy wrote: > here is my +1 > > build checked reproducible: reference done with JDK 8 on *nix > > I need more votes, please > > On 2022/07/09 21:47:56 Hervé BOUTEMY wrote: > > Hi, > > > > We solved 5 issues: > > > https://issues.apache.org/jira/secure/Re

Re: [VOTE] Release Apache Maven Project Info Reports Plugin version 3.4.0

2022-07-14 Thread Slawomir Jaranowski
+1 Jira reports contains only one issue [1] [1] https://maven.apache.org/plugins-archives/maven-project-info-reports-plugin-LATEST/jira-report.html sob., 9 lip 2022 o 23:48 Hervé BOUTEMY napisał(a): > Hi, > > We solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje

Re: JSR330: Overriding the default lifecycle

2022-07-14 Thread Konrad Windszus
I tried to come up with an implementation in https://github.com/apache/jackrabbit-filevault-package-maven-plugin/pull/81, but there is a subtle difference to using plexus metadata. Now plugins versions inside the mapping are required, with plexus metadata they weren't. Does anyone know where th

Re: [VOTE] Release Apache Maven Project Info Reports Plugin version 3.4.0

2022-07-14 Thread Herve Boutemy
here is my +1 build checked reproducible: reference done with JDK 8 on *nix I need more votes, please On 2022/07/09 21:47:56 Hervé BOUTEMY wrote: > Hi, > > We solved 5 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317821&version=12351758&styleName=Text > > Stagin

Re: Warn users about upcoming changes

2022-07-14 Thread Slawomir Jaranowski
czw., 14 lip 2022 o 08:02 Romain Manni-Bucau napisał(a): > A few points on that topic: > > 1. Helping users is always +1000 > 2. Some plugins do check if there is a new version and log it => a. makes > the build not highly reproduceable (logs) b. pollutes user info most of the > time > 3. Version

Re: JSR330: Overriding the default lifecycle

2022-07-14 Thread Konrad Windszus
Hi Tamás, thanks a lot for that example. Unfortunately one cannot use `o.a.m.lifecycle.mapping.Lifecycle.setPhases(Map)` due to https://issues.apache.org/jira/browse/MNG-5958 in Maven [3.3.9,3.5.0). So an implementation of LifecycleMapping or Provider is unfortunately requiring a lot of glue cod