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

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

Re: Plugin dependency resolution

2021-02-11 Thread Hervé BOUTEMY
thinking about plexus-utils case: only XPP3 class is shared by Maven core Then I imagine that it that dependency is filtered at runtime, many calls from plugins to other features of that lib will fail... If you don't beat at me, I'll try to test tonight Another idea: would marking libraries as

Re: maven-site-plugin and sisu-inject-plexus

2021-02-09 Thread Hervé BOUTEMY
PlexusContainer is used by AbstractDeployMojo: it's a good thing to keep an explicit direct dependency, even if it's also a transitive on this class being both in plexus-container and sisu-inject, it's because sisu-inject is meant to be a replacement: it's not a bug, it's a feature on runtime

Re: [VOTE] Release Apache Maven Shared Invoker version 3.1.0

2021-02-06 Thread Hervé BOUTEMY
+1 checked that the build is reproducible, built with JDK 11 on Windows Regards, Hervé Le jeudi 4 février 2021, 16:39:51 CET Sylwester Lachiewicz a écrit : > Hi, > > We solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922 > rsion=12344858=Text > >

[VOTE CANCELLED] Re: [VOTE] Release Apache Maven Artifact Plugin version 1.0

2021-01-31 Thread Hervé BOUTEMY
I'll respin as 3.0.0 Le dimanche 31 janvier 2021, 14:48:01 CET Robert Scholte a écrit : > +0 the version should have been 3.0.0 (Maven plugins of our project use the > major digit to identify the minimum required Maven version) > > Robert > On 27-1-2021 01:05:14, Hervé BOUTE

Re: [VOTE] Release Apache Maven Artifact Plugin version 1.0

2021-01-29 Thread Hervé BOUTEMY
Hervé BOUTEMY a écrit : > Hi, > > This is the first release, we solved 4 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12324322 > rsion=12349554=Text > > Staging repo: > https://repository.apache.org/content/repositories/maven-1625/ > ht

Re: [VOTE] Release Apache Maven Artifact Plugin version 1.0

2021-01-29 Thread Hervé BOUTEMY
ixed: https://github.com/apache/maven-artifact-plugin/commit/ebfd958624fc2dc0a31d4971ced20b2778ddbc4f from what I see, nothing that blocks the release but future enhancements I need more votes, please Regards, Hervé > > On Wed, Jan 27, 2021 at 12:05 AM Hervé BOUTEMY wrote: > > Hi, &g

Re: [VOTE] Release Apache Maven Artifact Plugin version 1.0

2021-01-27 Thread Hervé BOUTEMY
> On Wed, Jan 27, 2021 at 3:34 PM Elliotte Rusty Harold > > wrote: > > -1 > > > > The project has integration tests, but no unit tests. > > It isn't properly hardened against I/O errors. > > > > On Wed, Jan 27, 2021 at 12:05 AM Hervé BOUTEMY wrote: &g

[VOTE] Release Apache Maven Artifact Plugin version 1.0

2021-01-26 Thread Hervé BOUTEMY
Hi, This is the first release, we solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12324322=12349554=Text Staging repo: https://repository.apache.org/content/repositories/maven-1625/

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 3.1.2

2021-01-26 Thread Hervé BOUTEMY
+1 checked that the build is reproducible, built with JDK 11 on Windows Regards, Hervé Le dimanche 24 janvier 2021, 00:02:19 CET Sylwester Lachiewicz a écrit : > Hi, > > We solved 5 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223 > rsion=12347024=Text > >

Re: [VOTE] Release Apache Maven Common Artifact Filters version 3.1.1

2021-01-23 Thread Hervé BOUTEMY
+1 checked that the build is reproducible, built with JDK 11 on Windows Regards, Hervé Le samedi 23 janvier 2021, 02:28:10 CET Sylwester Lachiewicz a écrit : > Hi, > > We solved 5 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922 > rsion=12344661=Text > >

Re: [VOTE] Release Apache Maven Archiver version 3.5.1

2021-01-23 Thread Hervé BOUTEMY
+1 checked that the build is reproducible, built with JDK 11 on Windows Regards, Hervé Le vendredi 22 janvier 2021, 23:30:36 CET Sylwester Lachiewicz a écrit : > Hi, > > We solved 2 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12345175 > eName=Text=12317922=Text >

Re: releasing maven-artifact-plugin

2021-01-17 Thread Hervé BOUTEMY
platform dependent newline is a feature, to respect user platform I see your preference and agree to disagree: it's definitely a no for me on this Le dimanche 17 janvier 2021, 18:41:33 CET Elliotte Rusty Harold a écrit : > On Sun, Jan 17, 2021 at 3:41 PM Hervé BOUTEMY wr

Re: releasing maven-artifact-plugin

2021-01-17 Thread Hervé BOUTEMY
there is a checkError() method we should probably check before closing, that seems a good idea Le samedi 16 janvier 2021, 20:49:53 CET Elliotte Rusty Harold a écrit : > On Sat, Jan 16, 2021 at 8:31 AM Hervé BOUTEMY wrote: > > I see this objection more and more lately. > >

Re: releasing maven-artifact-plugin

2021-01-16 Thread Hervé BOUTEMY
to a Maven plugin Le vendredi 15 janvier 2021, 12:57:01 CET Elliotte Rusty Harold a écrit : > Where possible I'd try to replace plexus utils such as StringUtils and > FileUtils with better maintained JDK or Apache commons alternatives. > > On Thu, Jan 14, 2021 at 7:10 PM Hervé BOUTEMY

Re: releasing maven-artifact-plugin

2021-01-16 Thread Hervé BOUTEMY
think almost all of them could be private or > package private instead. They can always be made public later if a > need is uncovered, but it's much harder to make them private after the > plugin has shipped. > > On Thu, Jan 14, 2021 at 7:10 PM Hervé BOUTEMY wrote: > > I want

Re: releasing maven-artifact-plugin

2021-01-16 Thread Hervé BOUTEMY
e reported to the OpenJDK team Regards, Hervé Le vendredi 15 janvier 2021, 12:52:00 CET Elliotte Rusty Harold a écrit : > The use of PrintWriter in BuildInfoWriter is error prone because it > swallows exceptions. This should be replaced with an > OutputStreamWriter. > > On Thu, Jan

Re: releasing maven-artifact-plugin

2021-01-16 Thread Hervé BOUTEMY
t; > > > Since this is greenfield code, could this be replaced by the > > non-deprecated alternative? Or, if there is, no non-deprecated > > alternative, then can we consider undeprecating ArtifactFactory? It's > > woven pretty deeply into most of our plugins and AP

Re: releasing maven-artifact-plugin

2021-01-16 Thread Hervé BOUTEMY
ne during the verification phase. > > Otherwise the doc was clear enough to me and I can understand we stick to > one goal only. > > Only a precision regarding the id is missing for me. It should probably be > explicit that the expected id is a "repository" or "plu

releasing maven-artifact-plugin

2021-01-14 Thread Hervé BOUTEMY
I want to release Maven Artifact Plugin soon, version 0.1 I did a first documentation: https://maven.apache.org/plugins-archives/maven-artifact-plugin-LATEST/ review, feedback, PRs welcome Regards, Hervé - To unsubscribe,

Re: web.xml updates to web and portlet archetypes?

2021-01-03 Thread Hervé BOUTEMY
yes, providing a PR would help: I intent do release archetypes soon I don't know what's the best choice to do but IMHO there may some explanations to put to the documentation page or the archetype https://maven.apache.org/archetypes/maven-archetype-webapp/ Regards, Hervé Le dimanche 3 janvier

[ANN] Apache Maven EAR Plugin 3.2.0 Released

2021-01-03 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.2.0 This plugin generates a J2EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration:

[RESULT] [VOTE] Release Apache Maven EAR Plugin version 3.2.0

2021-01-03 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Michael Osipov, Sylwester Lachiewicz, Elliotte Rusty Harold, Hervé Boutemy, Olivier Lamy PMC quorum reached I will promote the artifacts to the central repo

Re: [VOTE] Release Apache Maven EAR Plugin version 3.2.0

2021-01-02 Thread Hervé BOUTEMY
here is my +1 I still need one vote Regards, Hervé Le mercredi 30 décembre 2020, 22:16:50 CET Hervé BOUTEMY a écrit : > Hi, > > We solved 14 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422 > rsion=12348850=Text > >

Re: [VOTE] Release Apache Maven maven-shared-resources 3

2021-01-01 Thread Hervé BOUTEMY
> czw., 31 gru 2020, 15:56 użytkownik Hervé BOUTEMY > > napisał: > > +1 > > > > even if I could not reproduce the build because it was done with JDK 17 > > (EA): > > what's the interest of playing with such early JDK for doing public > > rele

Re: [VOTE] Release Apache Maven maven-shared-resources 3

2020-12-31 Thread Hervé BOUTEMY
+1 even if I could not reproduce the build because it was done with JDK 17 (EA): what's the interest of playing with such early JDK for doing public release? Didn't we already discuss about it before? Regards, Hervé Le mardi 29 décembre 2020, 22:52:44 CET Sylwester Lachiewicz a écrit : > Hi,

[VOTE] Release Apache Maven EAR Plugin version 3.2.0

2020-12-30 Thread Hervé BOUTEMY
Hi, We solved 14 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422=12348850=Text Staging repo: https://repository.apache.org/content/repositories/maven-1621/

Re: Maven EAR Plugin 3.2.0 release

2020-12-30 Thread Hervé BOUTEMY
yes, it's time for release: I'll do it thank you for your great help on this one regards, Hervé Le lundi 28 décembre 2020, 19:14:54 CET abra...@gmail.com a écrit : > Hi community, > > > > Are there any plans about release of 3.2.0 version of Maven EAR Plugin? > > > > It feels like there

[ANN] Apache Maven SCM Publish Plugin 3.1.0 Released

2020-12-27 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven SCM Publish Plugin, version 3.1.0 The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM. https://maven.apache.org/plugins/maven-scm-publish-plugin/ You should specify the

[RESULT] [VOTE] Release Apache Maven SCM Publish Plugin version 3.1.0

2020-12-26 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1: Olivier Lamy, Sylwester Lachiewicz, Michael Osipov, Hervé Boutemy -1: Elliotte Rusty Harold PMC quorum reached I will promote the artifacts to the central repo

Re: [VOTE] Release Apache Maven SCM Publish Plugin version 3.1.0

2020-12-26 Thread Hervé BOUTEMY
here is my +1 Le mercredi 23 décembre 2020, 08:18:50 CET Hervé BOUTEMY a écrit : > Hi, > > We solved 11 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317920 > rsion=12342690=Text > > Staging repo: > https://repository.apache.org/content

Re: [VOTE] Release Apache Maven SCM Publish Plugin version 3.1.0

2020-12-24 Thread Hervé BOUTEMY
nd "~/bin/install-jdk.sh --target "/home/travis/openjdk7" > > --workspace "/home/travis/.cache/install-jdk" --feature "7" --license > > "GPL" --cacerts" failed and exited with 3 during . > > Your build has been stopped. > > >

Re: [VOTE] Release Apache Maven Artifact Transfer version 0.13.1

2020-12-23 Thread Hervé BOUTEMY
+1 Le mardi 22 décembre 2020, 11:49:08 CET Michael Osipov a écrit : > Hi, > > We solved 20 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922 > rsion=12348387 > > There are still a couple of issues left in JIRA: >

[VOTE] Release Apache Maven SCM Publish Plugin version 3.1.0

2020-12-22 Thread Hervé BOUTEMY
Hi, We solved 11 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317920=12342690=Text Staging repo: https://repository.apache.org/content/repositories/maven-1618/

Re: [VOTE] [MJLINK] Release Apache Maven JLink Plugin version 3.0.0

2020-12-22 Thread Hervé BOUTEMY
+1 I was able to rebuild with JDK 11 on Linux Regards, Hervé Le lundi 21 décembre 2020, 16:40:25 CET Benjamin Marwell a écrit : > Hi, > > We solved 12 issues: > https://issues.apache.org/jira/projects/MJLINK/versions/12349376 > > There are three issues left in JIRA: >

Re: [MJLINK] Move from 3.0.1 to 3.1.0

2020-12-15 Thread Hervé BOUTEMY
Le mardi 15 décembre 2020, 22:53:47 CET Andres Almiray a écrit : > Hello, > > Not that I want to hijack this thread but considering that the move is from > a fix release to a minor release I wonder about the use of > jlink. > > For a multi-module project having this packaging option is not much

Re: [MJLINK] Move from 3.0.1 to 3.1.0

2020-12-15 Thread Hervé BOUTEMY
given the number of new features, yes, switching to 3.1.0 makes sense I just renamed the next release to 3.1.0 in Jira (I fear you don't have permissions) No need to create 3.0.x Git branch for now, unless you really have a specific reason to do so: we generally don't try to maintain multiple

Re: [VOTE] Release Maven Resolver Ant Tasks version 1.3.0

2020-11-21 Thread Hervé BOUTEMY
+1 build reproduced: reference build was done with JDK 8 on Windows Regards, Hervé Le samedi 21 novembre 2020, 15:31:59 CET Michael Osipov a écrit : > Hi, > > We solved 1 issue: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628 > rsion=12349283 > > There are still a

Re: [VOTE] Release Apache Maven PMD Plugin version 3.14.0

2020-11-21 Thread Hervé BOUTEMY
+1 build reproduced: reference is JDK 7 on an Unix Regards, Hervé Le samedi 24 octobre 2020, 19:46:30 CET Andreas Dangel a écrit : > Hi, > > We solved 9 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346940 > eName=Text=12317621 > > There are still a couple of

Re: Talk: Bootstrapping the Java Ecosystem

2020-11-20 Thread Hervé BOUTEMY
wow, nice results: kudos to Julien I'll have a deep look, because (as I already discussed with Julien at some Reproducible Builds events), if we combine his work on this bootstrapping approach with my own Reproducible Builds for Java / Reproducible Central [1] to get reproducible binary

Re: [DISCUSS] Next release should a pre Maven 4.0.0

2020-11-20 Thread Hervé BOUTEMY
Le lundi 16 novembre 2020, 17:15:39 CET Michael Osipov a écrit : > Am 2020-11-13 um 18:31 schrieb Karl Heinz Marbaise: > > Hi, > > > > On 12.11.20 20:00, Robert Scholte wrote: > >> Hi, > >> > >> It is already several years ago where we started discussing about > >> Maven Next Generations. > >>

Re: [DISCUSS] Next release should a pre Maven 4.0.0

2020-11-15 Thread Hervé BOUTEMY
very good idea such an alpha will also be the opportunity to test MNG-5001 = really check @readonly Mojo parameter, with warning instead of failure, because it seems there are unexpected side effects for example on maven-site-plugin Regards, Hervé Le jeudi 12 novembre 2020, 20:00:21 CET

Re: [VOTE] Release Apache Maven JLink Plugin version 3.0.0

2020-11-15 Thread Hervé BOUTEMY
+1 build reproduced: JDK 8 on an Unix Regards, Hervé Le mercredi 11 novembre 2020, 23:14:35 CET Karl Heinz Marbaise a écrit : > Hi, > > We solved 37 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321432 > rsion=12343851 > > There are still a couple of issues

Re: [DISCUSS] Next release should a pre Maven 4.0.0

2020-11-15 Thread Hervé BOUTEMY
Le vendredi 13 novembre 2020, 19:28:20 CET Michael Osipov a écrit : > Am 2020-11-13 um 19:24 schrieb Robert Scholte: > > Removing release profile should be combined with fail on missing/unknown > > profile of MNG-6012 > Agreed, Karl just needs to complete his implementation. > > > Remove plugin

Re: MNG-6999/e7eef9d34f15a5da5c36f51fea11dc645875d143 completey breaks Maven

2020-11-11 Thread Hervé BOUTEMY
wow, nice finding, both for reporting and finding/fixing the root cause Le lundi 9 novembre 2020, 21:47:53 CET Robert Scholte a écrit : > For those interested, root cause has been found and fixed.[1] > > thanks, > Robert > > [1]

Re: [VOTE] Release Apache Maven Script Interpreter version 1.3

2020-10-26 Thread Hervé Boutemy
ending on the issue, I might drop > it at the OpenJDK mailinglist. Releases should not depend on the OS. > > thanks, > Robert > On 18-10-2020 18:57:26, Hervé BOUTEMY wrote: > +1 > > sadly, I could not reproduce the build: the reference was done with JDK 15 > on Windows, and it

Re: [VOTE] Release Apache Maven Script Interpreter version 1.3

2020-10-22 Thread Hervé BOUTEMY
that will be a future discussion to have Le lundi 19 octobre 2020, 13:03:04 CEST Elliotte Rusty Harold a écrit : > On Sun, Oct 18, 2020 at 12:57 PM Hervé BOUTEMY wrote: > > +1 > > > > sadly, I could not reproduce the build: the reference was done with JDK 15 > >

Re: How does maven-site publishing work?

2020-10-22 Thread Hervé BOUTEMY
Hi Michael, I did the majority of the setup. Seen by infra, our site is using svnpubsub, which is the key for us to publish 100 independant component sites without checkout out the whole aggregated site. (no, gitpubsub is not the best option in our case) We basically use maven-site-plugin to

Re: [VOTE] Release Apache Maven Script Interpreter version 1.3

2020-10-18 Thread Hervé BOUTEMY
+1 sadly, I could not reproduce the build: the reference was done with JDK 15 on Windows, and it seems my -Dline.separator=$'\r\n' workaround to inject Windows newline to my Linux environment does not work any more... It looks like in the future, rebuilding releases done on Windows will require

Re: [maven-resolver] branch master updated (aa5e9b1 -> b85faae)

2020-10-05 Thread Hervé BOUTEMY
moving the plugin to release profile, then have a release build different from the usual SNAPSHOT build does not look a good idea if we need to avoid building with JDK 7 because JDK 8 is required, it's up to Jenkins file to select We already do that for Maven Artifact Transfer for example

Re: [VOTE] Release Maven Resolver version 1.6.1

2020-10-04 Thread Hervé BOUTEMY
+1 this time, I could reproduce the build, done with JDK 8 on Windows Regards, Hervé Le vendredi 2 octobre 2020, 20:32:20 CEST Michael Osipov a écrit : > Hi, > > We solved 25 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628 > rsion=12348853 > > There are

[ANN] Apache Maven EAR Plugin 3.1.2 Released

2020-10-01 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven EAR Plugin, version 3.1.0 This plugin generates a J2EE Enterprise Archive (EAR) file. https://maven.apache.org/plugins/maven-ear-plugin/ You should specify the version in your project's plugin configuration:

[RESULT] [VOTE] Release Apache Maven EAR Plugin version 3.1.0

2020-09-30 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Marat Abrarov, Karl Heinz Marbaise, Michael Osipov, Hervé Boutemy PMC quorum reached I will promote the artifacts to the central repo. - To unsubscribe, e-mail: dev

Re: [VOTE] Release Apache Maven EAR Plugin version 3.1.0

2020-09-28 Thread Hervé BOUTEMY
=> MEAR-286 created... Regards, Hervé Le samedi 26 septembre 2020, 22:18:34 CEST Hervé BOUTEMY a écrit : > Hi, > > We solved 8 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422 > rsion=12346511=Text > > There are still a couple of issu

[VOTE] Release Apache Maven EAR Plugin version 3.1.0

2020-09-26 Thread Hervé BOUTEMY
Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422=12346511=Text There are still a couple of issues left in JIRA:

Re: Release of Maven EAR Plugin 3.1.0

2020-09-24 Thread Hervé BOUTEMY
Hi Marat, I'm working on MEAR-194's PR, which should be ok soon. On MEAR-212 and 216, you provided a workaround but no feedback from the reporter: it seems reasonable to me to postpone any eventual code change for future release I'll do the release this WE once MEAR-194 is done Thanks a lot

Re: [VOTE] Release Maven Resolver version 1.6.0

2020-09-14 Thread Hervé BOUTEMY
+1 sadly, the build is not reproducible: reference build done with JDK 8 on Windows, but Felix Maven Bundle Plugin is causing issues in generated META- INF/MANIFEST.MF (contains username, detailed JDK version, and order or Private Package not reproducible): I'll have a look to check if recent

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

2020-09-02 Thread Hervé BOUTEMY
+1 I checked that I could reproduce the build with success: reference build done with JDK 8 on Windows Regards, Hervé Le mardi 1 septembre 2020, 16:33:20 CEST Michael Osipov a écrit : > Am 2020-08-30 um 21:12 schrieb Michael Osipov: > > Hi, > > > > We solved 4 issues: > >

Re: MEAR-283 Maven EAR Plugin generates not reproducible builds when skinnyWars option is turned on (was: MEAR-280 and skinnyWar option)

2020-09-02 Thread Hervé BOUTEMY
sorry, I've taken some time off: I'll work on it this WE thanks for your hard work and patience Regards, Hervé Le mardi 1 septembre 2020, 11:27:38 CEST abra...@gmail.com a écrit : > Hi, > > Could somebody take a look at https://issues.apache.org/jira/browse/MEAR-283 > bug and review possible

Re: Your project website

2020-08-20 Thread Hervé BOUTEMY
(forgot to cc infra) sorry, I completely overlooked the discussion during PTO... I worked with Gav in the past to go from rsync to CMS, then go out of CMS to direct svnpubsub+maven-scm-publish-plugin [1]: we don't use CMS at all any more for a few years Regards, Hervé [1]

Re: Your project website

2020-08-20 Thread Hervé BOUTEMY
sorry, I completely overlooked the discussion during PTO... I worked with Gav in the past to go from rsync to CMS, then go out of CMS to direct svnpubsub+maven-scm-publish-plugin [1]: we don't use CMS at all any more for a few years Regards, Hervé [1]

Re: [VOTE] Release Apache Maven Shared Utils version 3.3.3

2020-08-01 Thread Hervé BOUTEMY
sue: > https://issues.apache.org/jira/browse/MNGSITE-419 > > -- > Dennis Lundberg > > Den tors 30 juli 2020 kl 22:36 skrev Hervé BOUTEMY : > > +1 > > > > trying to check reproducible builds, found that reference build was done > > with > > JDK 8 on Win

Re: [VOTE] Release Apache Maven Shared Utils version 3.3.3

2020-07-30 Thread Hervé BOUTEMY
+1 trying to check reproducible builds, found that reference build was done with JDK 8 on Windows But I got 2 issues to reproduce: 1. javadoc fails with JDK 8 2. your bytecode is different from mine what detailed distribution of JDK did you use, please? Mine is AdoptOpenJDK 1.8.0_202 Regards,

Re: [RESULT] [VOTE] Release Maven Resolver version 1.5.0

2020-07-22 Thread Hervé BOUTEMY
hey, keep cool, take time: 72h is the minimum, not the period after which the vote stops there was some discussions, people are on vacation, it takes more time than usual, nothing that a little bit of time won't solve Regards, Hervé Le mardi 21 juillet 2020, 20:32:49 CEST Michael Osipov a

[ANN] Apache Maven Archetype 3.2.0 Released

2020-07-21 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Archetype, version 3.2.0. The Archetype Plugin allows the user to create a Maven project from an existing template called an archetype. It also allows the user to create an archetype from an existing project.

[RESULT] [VOTE] Release Apache Maven Archetype version 3.2.0

2020-07-21 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Karl Heinz Marbaise, Sylwester Lachiewicz, Olivier Lamy, Hervé Boutemy PMC quorum reached I will promote the artifacts to the central repo. - To unsubscribe, e-mail

Re: [VOTE] Release Apache Maven Archetype version 3.2.0

2020-07-20 Thread Hervé BOUTEMY
ping Le mercredi 15 juillet 2020, 23:57:47 CEST Hervé BOUTEMY a écrit : > here is my +1 > > verified that the build is reproducible: reference build done with JDK 8 on > an Unix > > I need more votes, please > > Regards, > > Hervé > > Le lundi 13 juill

Re: custom default lifecycle per project

2020-07-17 Thread Hervé BOUTEMY
Le vendredi 17 juillet 2020, 08:22:10 CEST Romain Manni-Bucau a écrit : > Le ven. 17 juil. 2020 à 00:03, Hervé BOUTEMY a > > I don't get what "mvn my-test" means: there is no "my-test" phase > > and I don't understand how your custom lifecycle shares som

Re: custom default lifecycle per project

2020-07-16 Thread Hervé BOUTEMY
Le jeudi 16 juillet 2020, 07:50:52 CEST Romain Manni-Bucau a écrit : > Le jeu. 16 juil. 2020 à 00:09, Hervé BOUTEMY a > > écrit : > > Le mardi 14 juillet 2020, 20:36:38 CEST Romain Manni-Bucau a écrit : > > > Le mar. 14 juil. 2020 à 20:01, Hervé BOUTE

Re: custom default lifecycle per project

2020-07-15 Thread Hervé BOUTEMY
Le mardi 14 juillet 2020, 20:36:38 CEST Romain Manni-Bucau a écrit : > Le mar. 14 juil. 2020 à 20:01, Hervé BOUTEMY a > > écrit : > > in this example, you strictly define a new "my-mapping" packaging, like > > done in Maven core for every default packagings [

Re: [VOTE] Release Apache Maven Archetype version 3.2.0

2020-07-15 Thread Hervé BOUTEMY
here is my +1 verified that the build is reproducible: reference build done with JDK 8 on an Unix I need more votes, please Regards, Hervé Le lundi 13 juillet 2020, 23:50:56 CEST Hervé BOUTEMY a écrit : > Hi, > > We solved 6 issues: > https://issues.apache.org/jira/secure/Rele

Re: custom default lifecycle per project

2020-07-14 Thread Hervé BOUTEMY
> > <http://rmannibucau.wordpress.com> | Github > > <https://github.com/rmannibucau> | LinkedIn > > <https://www.linkedin.com/in/rmannibucau> | Book > > <https://www.packtpub.com/application-development/java-ee-8-high-performan > > ce> > >

[VOTE] Release Apache Maven Archetype version 3.2.0

2020-07-13 Thread Hervé BOUTEMY
Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122=12346641=Text Staging repo: https://repository.apache.org/content/repositories/maven-1594/

[ANN] Apache Maven WAR Plugin 3.3.1 Released

2020-07-13 Thread Hervé Boutemy
The Maven team is pleased to announce the release of the Apache Maven WAR Plugin, version 3.3.1 This plugin builds a Web Application Archive (WAR) file from the project output and its dependencies. https://maven.apache.org/plugins/maven-war-plugin/ You should specify the version in your

[RESULT] [VOTE] Release Apache Maven WAR Plugin version 3.3.1

2020-07-13 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Enrico Olivelli, Romain Manni-Bucau, Karl Heinz Marbaise, Olivier Lamy, Sylwester Lachiewicz, Hervé Boutemy PMC quorum reached I will promote the artifacts to the central repo

Re: custom default lifecycle per project

2020-07-12 Thread Hervé BOUTEMY
m/in/rmannibucau> | Book > <https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le dim. 12 juil. 2020 à 11:58, Romain Manni-Bucau a > > écrit : > > Le dim. 12 juil. 2020 à 11:26, Hervé BOUTEMY a > > > > écrit

Re: custom default lifecycle per project

2020-07-12 Thread Hervé BOUTEMY
Le dimanche 12 juillet 2020, 11:58:08 CEST Romain Manni-Bucau a écrit : > Le dim. 12 juil. 2020 à 11:26, Hervé BOUTEMY a > > écrit : > > Le dimanche 12 juillet 2020, 10:37:36 CEST Romain Manni-Bucau a écrit : > > > Le sam. 11 juil. 2020 à 23:01, Hervé BOUTEMY a > &g

Re: [VOTE] Release Apache Maven WAR Plugin version 3.3.1

2020-07-12 Thread Hervé BOUTEMY
here is my +1 verified that the build is reproducible: reference build done with JDK 7 on an Unix I need more votes, please Regards, Hervé Le vendredi 10 juillet 2020, 12:39:45 CEST herve.bout...@free.fr a écrit : > Hi, > > We solved 4 issues: >

Re: custom default lifecycle per project

2020-07-12 Thread Hervé BOUTEMY
Le dimanche 12 juillet 2020, 10:37:36 CEST Romain Manni-Bucau a écrit : > Le sam. 11 juil. 2020 à 23:01, Hervé BOUTEMY a > > écrit : > > Le samedi 11 juillet 2020, 12:55:37 CEST Romain Manni-Bucau a écrit : > > > Le sam. 11 juil. 2020 à 12:09, Hervé BOUTE

Re: custom default lifecycle per project

2020-07-11 Thread Hervé BOUTEMY
Le samedi 11 juillet 2020, 12:55:37 CEST Romain Manni-Bucau a écrit : > Le sam. 11 juil. 2020 à 12:09, Hervé BOUTEMY a > > écrit : > > are really your plugin bindings so specific to your build that they could > > not be reused and need full ad-hoc definition? > >

Re: custom default lifecycle per project

2020-07-11 Thread Hervé BOUTEMY
s > > Robert > On 11-7-2020 12:09:49, Hervé BOUTEMY wrote: > are really your plugin bindings so specific to your build that they could > not be reused and need full ad-hoc definition? > > I imagined to provide composite packaging: war+front+living-doc+docker > > in fa

Re: custom default lifecycle per project

2020-07-11 Thread Hervé BOUTEMY
//github.com/rmannibucau> > | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book > <https://www.packtpub.com/application-development/java-ee-8-high-performance > > > > > Le dim. 5 juil. 2020 à 11:09, Romain Manni-Bucau a > > écrit : > > Here i

Re: Welcome the new Maven committers: Maarten Mulders en Martin Kanters

2020-07-11 Thread Hervé BOUTEMY
welcome Maarten en/and Martin :) When is the next Apachecon, to meet everybody? Regards, Hervé Le vendredi 10 juillet 2020, 21:12:59 CEST Robert Scholte a écrit : > Hi, > > On behalf of the Apache Maven PMC I am pleased to announce that > Maarten Mulders en Martin Kanters has been voted in as

Re: Reproducible builds, jars, bundles

2020-07-11 Thread Hervé BOUTEMY
yes, it has to be sorted at plugin level And even more precisely at each goal level: it seems only some goal produce non-reproducible content, or even only some options of some goals I Felix could produce a doc on how to configure for Reproducible Builds, that would be awesome, since this

Re: Maven moving to the next level: the build/consumer pom

2020-07-06 Thread Hervé BOUTEMY
to configure my IJ to use my built SNAPSHOT when testing out Maven > releases. > > Mark > > On 6 July 2020 at 8:21:57 PM, Hervé BOUTEMY (herve.bout...@free.fr) wrote: > > What is expected is IDE maintainers to check what they need to do at IDE > level to support these new POMs

Re: Maven moving to the next level: the build/consumer pom

2020-07-06 Thread Hervé BOUTEMY
I just created a "buildconsumer" branch in Doxia [1] to have a live example of the new simplified build POM that Maven 3.7.0 will allow [2] As expected, this branch can't build with Maven 3.6.3, but can with Maven 3.7.0-SNAPSHOT. And in my favorite IDE, as expected, dependency resolution does

Re: Maven moving to the next level: the build/consumer pom

2020-07-05 Thread Hervé BOUTEMY
mn 17 I suppose it is because of the test-scoped dependency that is not covered... I'll try creating such branch on other Maven multi-module builds to check if they build with CLI Then it will be about checking in IDE how well it work or not... Regards, Hervé Le dimanche 5 juillet 2020, 11:07:56 CE

Re: Maven moving to the next level: the build/consumer pom

2020-07-05 Thread Hervé BOUTEMY
idea: why not create a branch in one or multiple Maven multi-module builds that will show the new features (no parent version, no version for reactor, and I don't know what else) I suppose creating such branches in maven-archetype, maven-plugin-tools, Maven core itself, would not be hard and

Re: custom default lifecycle per project

2020-07-05 Thread Hervé BOUTEMY
ble to run separately phases of the build > > > > - > > > > > > and > > > > > > > > > > sometimes independently, mvn frontend not depending of mvn package > > > > or > > > > > > mvn > >

Re: custom default lifecycle per project

2020-07-03 Thread Hervé BOUTEMY
first: thanks for sharing from a high level point of view, the risk I see is to loose our conventions. But let's try and see before judging I think there are 2 topics currently mixed: - default lifecycle phases: do you want to add or remove phases? [1] - default plugin bindings: clearly,

Re: migrating Apache Resource Bundles from svn to Git

2020-06-25 Thread Hervé BOUTEMY
> On 24-6-2020 00:00:09, Hervé BOUTEMY wrote: > the little discussion now gave me an opinion: > if nobody objects, I'll migrate the bundles to one unique Git repository: > - name: maven-apache-resource-bundles.git > - version will be 1.5-SNAPSHOT > - containing 3 > org.apache.

[ANN] Apache Maven Site Plugin 3.9.1 Released

2020-06-25 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Site Plugin, version 3.9.1 This plugin is used to generate a site for the project. The generated site also includes the project's reports that were configured in the POM.

[RESULT] [VOTE] Release Apache Maven Site Plugin version 3.9.1

2020-06-24 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Michael Osipov, Karl Heinz Marbaise, Sylwester Lachiewicz, Hervé Boutemy PMC quorum reached I will promote the artifacts to the central repo. - To unsubscribe, e-mail

Re: [VOTE] Release Apache Maven Site Plugin version 3.9.1

2020-06-23 Thread Hervé BOUTEMY
here is my +1 I checked that build is reproducible: built with JDK 8 on an Unix I need more votes, please Regards, Hervé Le dimanche 21 juin 2020, 18:29:40 CEST Hervé BOUTEMY a écrit : > Hi, > > We solved 5 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projec

Re: migrating Apache Resource Bundles from svn to Git

2020-06-23 Thread Hervé BOUTEMY
for maven-remote-resources-plugin and apache-source-release-assembly-descriptor for maven-assembly-plugin Regards, Hervé Le mardi 23 juin 2020, 00:11:41 CEST Hervé BOUTEMY a écrit : > it seems there is a misunderstanding: it's not 4 parent POMs > it's resource bundles, that are used with

Re: migrating Apache Resource Bundles from svn to Git

2020-06-22 Thread Hervé BOUTEMY
://github.com/apache/maven-apache-parent/blob/master/pom.xml Le lundi 22 juin 2020, 20:31:16 CEST Robert Scholte a écrit : > On 22-6-2020 00:25:39, Hervé BOUTEMY wrote: > > I agree: independent release cycles means independent repositories. > > in the past, we had 4 independent Ma

Re: [VOTE] Release Apache Maven Site Plugin version 3.9.1

2020-06-21 Thread Hervé BOUTEMY
Le dimanche 21 juin 2020, 19:15:50 CEST Michael Osipov a écrit : > Am 2020-06-21 um 18:29 schrieb Hervé BOUTEMY: > > Hi, > > > > We solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923; > > version=12347781=Text

Re: migrating Apache Resource Bundles from svn to Git

2020-06-21 Thread Hervé BOUTEMY
p, looks more like a they > are maintained by us by coincidence. Is there some ASF resources group to > maintain this (or worth introducing)? > > thanks, > Robert > > On 21-6-2020 19:14:47, Michael Osipov wrote: > > Am 2020-06-20 um 00:31 schrieb Hervé BOUTEMY: &

[VOTE] Release Apache Maven Site Plugin version 3.9.1

2020-06-21 Thread Hervé BOUTEMY
Hi, We solved 5 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923=12347781=Text Staging repo: https://repository.apache.org/content/repositories/maven-1592/

<    1   2   3   4   5   6   7   8   9   10   >