Re: Supported versions policy - Maven Plugins

2021-12-22 Thread Slawomir Jaranowski
sob., 18 gru 2021 o 18:42 Hervé BOUTEMY napisał(a): > Le vendredi 17 décembre 2021, 12:54:49 CET Slawomir Jaranowski a écrit : > ... > > After decision taken I think that such information should be on page: > > "Maven Plugins" [3] > > what information do you want to put on that page: a policy or

Re: Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Hervé BOUTEMY
during a Mojo execution, having the effective POM is really easy because Maven core has prepared everything for the Mojo: see help:effective-pom code [1] when you're not in a Mojo execution, you'll have to do the job Maven did, using Maven Model Builder to build the effective model and Maven Res

Re: GitHub notification: dev@ or issues@?

2021-12-22 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

GitHub notification: dev@ or issues@?

2021-12-22 Thread Hervé BOUTEMY
Hi, It seems that many Git repositories are configured to send issues notifications to dev@maven [1] instead of issues@maven [2] = the classical target of some Git repositories and of classical Jira issues Any objection to me configuring back GitHub notifications to issues@maven? (using .asf.y

[GitHub] [maven-mvnd] dushmis commented on issue #511: Continuous Build

2021-12-22 Thread GitBox
dushmis commented on issue #511: URL: https://github.com/apache/maven-mvnd/issues/511#issuecomment-156857 i guess for now, one can use watchman triggers to do this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Matt Benson
I was speaking in the context of e.g. a Maven plugin, lifecycle participant, etc. in which a MavenProject with its Model properties would be available. If you can do your work in such a context it would probably be reasonably easy, or you could trace what Maven does to build these objects and repro

Re: Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Sebastian Proksch
I am not sure what you are referring to when you say "runtime model", but I found the sister project "model-builder", which seems to allow the creation of an "effective model"... and I found an illustrative example on how to use that project on StackOverflow [1], and it seems that I got it working

Re: Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Matt Benson
My experience is that the runtime model is the effective pom; in contrast, the original model is what is reflected in the pom file. Matt On Wed, Dec 22, 2021, 2:05 PM Sebastian Proksch wrote: > Dear all, > > I am currently programmatically working on some poms, mainly to find > some information

[VOTE] Release Maven Wagon version 3.5.1

2021-12-22 Thread Michael Osipov
Hi, We solved 5 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&version=12351145 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolution%20%3D%20Unresolved Staging repo: https://reposi

[GitHub] [maven-mvnd] aalmiray commented on issue #542: Refactor build & release workflow

2021-12-22 Thread GitBox
aalmiray commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-999887837 Excellent @hboutemy! Happy to discuss which areas of the existing Apache Maven release process could be automated with JReleaser with its current feature set, or if something new w

[GitHub] [maven-mvnd] hboutemy commented on issue #542: Refactor build & release workflow

2021-12-22 Thread GitBox
hboutemy commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-999879011 great, thank you FYI, I just created #543 for the requirements after switch to Apache: there is both flexibility on details but some strict release requirements -- This is an

[GitHub] [maven-mvnd] hboutemy opened a new issue #543: create Apache source-release distribution archive

2021-12-22 Thread GitBox
hboutemy opened a new issue #543: URL: https://github.com/apache/maven-mvnd/issues/543 now that mvnd is imported at Apache, we'll need its future releases to be published in Maven's dist area: https://archive.apache.org/dist/maven/ and of course follow Apache rules about voting a rel

[GitHub] [maven-mvnd] aalmiray edited a comment on issue #542: Refactor build & release workflow

2021-12-22 Thread GitBox
aalmiray edited a comment on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-999872741 Yes, the current verify.yaml triggers on `[push, pull_request]`. It only makes sense to do this if you want to push early-access builds (snapshots) of the binaries for conve

[GitHub] [maven-mvnd] aalmiray edited a comment on issue #542: Refactor build & release workflow

2021-12-22 Thread GitBox
aalmiray edited a comment on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-999872741 Yes, the current verify.yaml triggers on `[push, pull_request]`. It only makes sense to do this if you want to push early-access builds (snapshots) of the binaries for conve

[GitHub] [maven-mvnd] aalmiray commented on issue #542: Refactor build & release workflow

2021-12-22 Thread GitBox
aalmiray commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-999872741 Yes, the current verify.yaml triggers on `[push, pull_request]`. It only makes sense to do this if you want to push early-access builds (snapshots) of the binaries for convenience

[GitHub] [maven-mvnd] hboutemy commented on issue #542: Refactor build & release workflow

2021-12-22 Thread GitBox
hboutemy commented on issue #542: URL: https://github.com/apache/maven-mvnd/issues/542#issuecomment-999868215 notice that we'll need to follow Apache release rules = have a formal vote for 72h before shipping the release (or not if the vote does not pass) is it feasible? -- This is an

[ANN] Maven Resolver 1.7.3 released

2021-12-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.7.3. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.7.3 ** Improvement * [MRESOLVER-204] - Add a SessionData#computeIfAbsent method * [MRESOLVER-214] - Remove clirr c

[ANN] Apache Maven Wagon 3.5.0 released

2021-12-22 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Wagon, version 3.5.0. https://maven.apache.org/wagon/ Release Notes - Maven Wagon - Version 3.5.0 ** Task * [WAGON-614] - Deprecate Wagon FTP Provider * [WAGON-615] - Deprecate Wagon HTTP Lightweight Provider

Re: [VOTE] Release Maven Site Plugin version 3.10.0

2021-12-22 Thread Hervé BOUTEMY
+1 Reproducible Build checked: reference build was done with JDK 8 on Windows Regards, Hervé Le mercredi 22 décembre 2021, 17:32:53 CET Tamás Cservenák a écrit : > +1 > > On Wed, Dec 22, 2021 at 10:44 AM Michael Osipov wrote: > > Hi, > > > > We solved 4 issues: > > > > https://issues.apache

[RESULT] [VOTE] Release Maven Wagon version 3.5.0

2021-12-22 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Enrico Olivelli, Sylwester Lachiewicz, Michael Osipov, Tamás Cservenák, Jason van Zyl, Olivier Lamy, Hervé Boutemy, Arnaud Héritier PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and a

[RESULT] [VOTE] Release Maven Resolver version 1.7.3

2021-12-22 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Hervé Boutemy, Tamás Cservenák, Michael Osipov, Jason van Zyl PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report. -

[GitHub] [maven-mvnd] aalmiray opened a new issue #542: Refactor build & release workflow

2021-12-22 Thread GitBox
aalmiray opened a new issue #542: URL: https://github.com/apache/maven-mvnd/issues/542 Looks like https://github.com/apache/maven-mvnd/blob/master/.github/workflows/verify.yaml has a lot of duplicated setup. Would the team be interested in refactoring build & releases to use JRelea

Mimicking "mvn help:effective-pom" programmatically

2021-12-22 Thread Sebastian Proksch
Dear all, I am currently programmatically working on some poms, mainly to find some information in the files to generate some "summaries". I found the "maven-model" project of Apache Commons that made it so much easier to access the contents of a single file, but supporting the inheritance of pare

Re: [VOTE] Release Maven Site Plugin version 3.10.0

2021-12-22 Thread Michael Osipov
Am 2021-12-22 um 10:44 schrieb Michael Osipov: Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12348370 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSITE%20AND%20resoluti

Re: [VOTE] Release Maven Site Plugin version 3.10.0

2021-12-22 Thread dev
+1 Le mer. 22 déc. 2021 à 17:32, Tamás Cservenák a écrit : +1 On Wed, Dec 22, 2021 at 10:44 AM Michael Osipov wrote: Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12348370 There are still a couple of issues left in JIRA

Re: [VOTE] Release Maven Site Plugin version 3.10.0

2021-12-22 Thread Tamás Cservenák
+1 On Wed, Dec 22, 2021 at 10:44 AM Michael Osipov wrote: > Hi, > > We solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12348370 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D

Re: [VOTE] Release Maven Site Plugin version 3.10.0

2021-12-22 Thread Sylwester Lachiewicz
+1 śr., 22 gru 2021 o 10:44 Michael Osipov napisał(a): > > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12348370 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSI

[VOTE] Release Maven Site Plugin version 3.10.0

2021-12-22 Thread Michael Osipov
Hi, We solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12348370 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSITE%20AND%20resolution%20%3D%20Unresolved Staging repo: https://reposi

[GitHub] [maven-gh-actions-shared] slawekjaranowski merged pull request #25: Bump actions/setup-java from 2.4.0 to 2.5.0

2021-12-22 Thread GitBox
slawekjaranowski merged pull request #25: URL: https://github.com/apache/maven-gh-actions-shared/pull/25 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e