Re: Halve the logging

2023-02-19 Thread Romain Manni-Bucau
Maybe we should just move the console listener to a logger usage with this pattern $classname.event, this way configuring the loggers enables any customization and we dont get fishy console outputs too depending the slf4j binding. Le dim. 19 févr. 2023 à 20:57, Benjamin Marwell a écrit : > Sadly

Re: [VOTE] Release Maven Plugin Tools 3.8.0

2023-02-19 Thread Michael Osipov
Am 2023-02-19 um 20:59 schrieb Guillaume Nodet: Le dim. 19 févr. 2023 à 17:18, Michael Osipov a écrit : Am 2023-02-18 um 11:34 schrieb Michael Osipov: Am 2023-02-15 um 21:22 schrieb Guillaume Nodet: I've staged a release candidate for Maven Plugin Tools 3.8.0. The goal is to provide some ini

Re: [VOTE] Release Maven Plugin Tools 3.8.0

2023-02-19 Thread Guillaume Nodet
Le dim. 19 févr. 2023 à 17:18, Michael Osipov a écrit : > Am 2023-02-18 um 11:34 schrieb Michael Osipov: > > Am 2023-02-15 um 21:22 schrieb Guillaume Nodet: > >> I've staged a release candidate for Maven Plugin Tools 3.8.0. > >> The goal is to provide some initial support for plugins using the ma

Re: Halve the logging

2023-02-19 Thread Benjamin Marwell
Sadly, --ntp also disables upload progress and ANY information associated with this. Maybe it would be beneficial to have an option for that. On Sun, 19 Feb 2023, 18:26 Michael Osipov, wrote: > Am 2023-02-19 um 18:17 schrieb Romain Manni-Bucau: > > Not sure we can find an agreement on this to

Re: Halve the logging

2023-02-19 Thread Michael Osipov
Am 2023-02-19 um 18:17 schrieb Romain Manni-Bucau: Not sure we can find an agreement on this topic, both opinions are very valid and depends the persona/case so let's keep our default while it is customizable easily it is fine IMHO. Good point, I could imagine that one could introduce --transfe

Re: Halve the logging

2023-02-19 Thread Romain Manni-Bucau
Not sure we can find an agreement on this topic, both opinions are very valid and depends the persona/case so let's keep our default while it is customizable easily it is fine IMHO. Le dim. 19 févr. 2023 à 17:06, Elliotte Rusty Harold a écrit : > On Sun, Feb 19, 2023 at 2:02 PM Michael Osipov >

Re: [VOTE] Release Maven Plugin Testing 4.0.0-alpha-1

2023-02-19 Thread Hervé Boutemy
+1 Reproducible Builds ok: reference done with JDK 17 on *nix Regards, Hervé Le mercredi 15 février 2023, 21:19:23 CET Guillaume Nodet a écrit : > I've staged a candidate release for Maven Plugin Testing 4.0.0-alpha-1. > The goal of this release is to provide a first set of classes to test > pl

Re: [VOTE] Release Maven Plugin Tools 3.8.0

2023-02-19 Thread Hervé Boutemy
+1 Reproducible Builds ok: reference done with JDK 17 on *nix Regards, Hervé Le mercredi 15 février 2023, 21:22:56 CET Guillaume Nodet a écrit : > I've staged a release candidate for Maven Plugin Tools 3.8.0. > The goal is to provide some initial support for plugins using the maven 4 > api prov

Re: [VOTE] Release Maven Plugin Tools 3.8.0

2023-02-19 Thread Michael Osipov
Am 2023-02-18 um 11:34 schrieb Michael Osipov: Am 2023-02-15 um 21:22 schrieb Guillaume Nodet: I've staged a release candidate for Maven Plugin Tools 3.8.0. The goal is to provide some initial support for plugins using the maven 4 api provided by maven 4.0.0-alpha-4.  The plugin can be used for

Re: Halve the logging

2023-02-19 Thread Elliotte Rusty Harold
On Sun, Feb 19, 2023 at 2:02 PM Michael Osipov wrote: > Use -B or --no-transfer-progress. Cutting in half does not really work > unless you don't want to say that download has started and finished *or* > you provide a custom status listener. Consider that download starts, but > then fails. No way

Re: Halve the logging

2023-02-19 Thread Gary Gregory
Yeah, this is tricky IMO because I would rather know that something has started and is taking a long time rather than staring at an apparently hung console. I think it is fine as it is now and --no-transfer-progress is helpful and also -ntp work the same? AFK. Gary Gary On Sun, Feb 19, 2023, 09

Re: [VOTE] Release Apache Maven Assembly Plugin version 3.5.0

2023-02-19 Thread Sylwester Lachiewicz
+1 niedz., 19 lut 2023, 16:27 użytkownik Michael Osipov napisał: > Am 2023-02-19 um 16:16 schrieb Hervé Boutemy: > > Hi, > > > > We solved 1 issue: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12352065&styleName=Text > > > > Staging repo: > > https://re

Re: [VOTE] Release Apache Maven Assembly Plugin version 3.5.0

2023-02-19 Thread Michael Osipov
Am 2023-02-19 um 16:16 schrieb Hervé Boutemy: Hi, We solved 1 issue: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12352065&styleName=Text Staging repo: https://repository.apache.org/content/repositories/maven-1876/ https://repository.apache.org/content/repos

[VOTE] Release Apache Maven Assembly Plugin version 3.5.0

2023-02-19 Thread Hervé Boutemy
Hi, We solved 1 issue: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12352065&styleName=Text Staging repo: https://repository.apache.org/content/repositories/maven-1876/ https://repository.apache.org/content/repositories/maven-1876/org/apache/maven/plugins/mave

Re: Halve the logging

2023-02-19 Thread Tamás Cservenák
This is resolver, but the logging listener is provided by maven. I'd +1 for this, as message can be "Downloaded" or "Failed to download..." and imo line for starting of download is chatty, really not needed. T On Sun, Feb 19, 2023, 14:59 Elliotte Rusty Harold wrote: > Typical log message i

Re: Halve the logging

2023-02-19 Thread Michael Osipov
Am 2023-02-19 um 14:58 schrieb Elliotte Rusty Harold: Typical log message in build: Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/common

Halve the logging

2023-02-19 Thread Elliotte Rusty Harold
Typical log message in build: Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 776 kB/s) Which plugin does th

Re: Reverted a lot of commits on apache maven-site master

2023-02-19 Thread Slawomir Jaranowski
Anchors are still broken ... on many site like: https://maven.apache.org/guides/plugin/guide-java-plugin-development.html Even worse, we lost the last content changes ... niedz., 19 lut 2023 o 14:26 Michael Osipov napisał(a): > Am 2023-02-19 um 13:45 schrieb Karl Heinz Marbaise: > > Hi, > > > >

Re: Reverted a lot of commits on apache maven-site master

2023-02-19 Thread Sylwester Lachiewicz
Hi, I've merged conversion from apt to markdown and after some time we agrees on Slack that there are many issues to be resolved on doxia/doxia convert projects so best would be to revert those changes and make another, proper round of review later. Sylwester niedz., 19 lut 2023, 13:46 użytkownik

Re: Reverted a lot of commits on apache maven-site master

2023-02-19 Thread Michael Osipov
Am 2023-02-19 um 13:45 schrieb Karl Heinz Marbaise: Hi, short question why are so many reverts done  on the apache site master?  from d7db85d3 (doc) added snippet types new f3f37282 Revert "(doc) added snippet types" new 763c0ed3 Revert "(doc) lint markdown files" new b0eb56

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Michael Osipov
Am 2023-02-19 um 12:43 schrieb Slawomir Jaranowski: Another question is what does 3.8.x mean? Eg for specific plugin should we maintain matrix of all ... from 3.8.1 to 3.8.7 and so on, or simply say that the latest version from 3.8.x So when a bug occurs in plugin X with Maven 3.8.5, but not in

Reverted a lot of commits on apache maven-site master

2023-02-19 Thread Karl Heinz Marbaise
Hi, short question why are so many reverts done on the apache site master? from d7db85d3 (doc) added snippet types new f3f37282 Revert "(doc) added snippet types" new 763c0ed3 Revert "(doc) lint markdown files" new b0eb56dd Revert "[MNGSITE-509] Fix linking to anchors" new

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Olivier Lamy
On Sun, 19 Feb 2023 at 9:24 pm, Sylwester Lachiewicz wrote: > I hope this is question to community & Maven PMC, right? > > I think we all trying best to test Maven 3.9. I haven’t said the opposite. I’m just saying generally version x.0 could not be really considered as stable especially without

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Slawomir Jaranowski
Another question is what does 3.8.x mean? Eg for specific plugin should we maintain matrix of all ... from 3.8.1 to 3.8.7 and so on, or simply say that the latest version from 3.8.x So when a bug occurs in plugin X with Maven 3.8.5, but not in the same plugin X with 3.8.7 - what we should do ...

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Michael Osipov
Am 2023-02-19 um 12:20 schrieb Olivier Lamy: On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz wrote: From our Maven Download page: Downloading Apache Maven 3.9.0 Apache Maven 3.9.0 is the latest release and recommended version for all users. On the history page we have only informatio

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Sylwester Lachiewicz
I hope this is question to community & Maven PMC, right? I think we all trying best to test Maven 3.9. Sylwester niedz., 19 lut 2023, 12:21 użytkownik Olivier Lamy napisał: > On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz < > slachiew...@gmail.com> > wrote: > > > From our Maven Download p

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Olivier Lamy
On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz wrote: > From our Maven Download page: > > Downloading Apache Maven 3.9.0 > > Apache Maven 3.9.0 is the latest release and recommended version for all > users. > > > On the history page we have only information that Maven 3.0 is EOL. > > https:

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Michael Osipov
Am 2023-02-19 um 12:12 schrieb Sylwester Lachiewicz: From our Maven Download page: Downloading Apache Maven 3.9.0 Apache Maven 3.9.0 is the latest release and recommended version for all users. Even if, it will require at least two iterations to iron out issues due to the amount of changes

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Olivier Lamy
On Sun, 19 Feb 2023 at 9:12 pm, Sylwester Lachiewicz wrote: > From our Maven Download page: > > Downloading Apache Maven 3.9.0 > > Apache Maven 3.9.0 is the latest release and recommended version for all > users. It’s just a template which has been changed without really thinking… Do we really

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Sylwester Lachiewicz
>From our Maven Download page: Downloading Apache Maven 3.9.0 Apache Maven 3.9.0 is the latest release and recommended version for all users. On the history page we have only information that Maven 3.0 is EOL. https://maven.apache.org/docs/history.html br Sylwester niedz., 19 lut 2023 o 12

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Olivier Lamy
On Sun, 19 Feb 2023 at 8:59 pm, Sylwester Lachiewicz wrote: > Hi, > I think so far we support all maven versions from 3.2.5+ and nothing has > changed yet. > > If we have issue with specific Maven version and plugin we can add/change > used Maven in GH action. Ofc we should use donated resources

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Sylwester Lachiewicz
Hi, I think so far we support all maven versions from 3.2.5+ and nothing has changed yet. If we have issue with specific Maven version and plugin we can add/change used Maven in GH action. Ofc we should use donated resources from GitHub effectively. I believe now focus is to test all our plugins

Re: [maven-gh-actions-shared] branch v3 updated: Switch to Maven 3.9.0

2023-02-19 Thread Olivier Lamy
Typically this issue is a problem on what core version do we support.. https://issues.apache.org/jira/browse/MENFORCER-468 The new code is not working with 3.8.x On Sun, 19 Feb 2023 at 1:58 pm, Olivier Lamy wrote: > This change means we do not have any more gha running with anything > else than