Maven site plugin + AsciiDoc plugin - left nav bar diseapears when I click asciidoc page

2023-02-23 Thread Dec, Adam
Hi, I ma using Maven site plugin with AsciiDoc plugin, for all asciidoc generated pages, left navigation bar disapears: [cid:image001.png@01D94510.C76C3110] Configuration: org.apache.maven.plugins maven-site-plugin ${maven.site.plugin.version} attach-descr

RE: [HEADS UP] Maven Release 3.9.1 coming soon

2023-02-23 Thread Jeremy Landis
Update on issue I'm facing. The issue is using the site:jar during the release process. Rather than deploy site to any location, we jar it and deploy it with normal artifacts to Artifactory. Since that plugin goal wants the full build (aggregate), it fails against numerous plugins such as jav

Re: And while I'm on the subject of logging

2023-02-23 Thread Delany
In the spirit of your elephant analogy, what is deserving of INFO level logging? On Thu, 23 Feb 2023 at 14:11, Elliotte Rusty Harold wrote: > On Wed, Feb 22, 2023 at 11:51 AM Romain Manni-Bucau > wrote: > > > > Eliotte I kind of fail to follow your reasoning because it literally > means > > do

Re: And while I'm on the subject of logging

2023-02-23 Thread Romain Manni-Bucau
Hmm, I see but it also means you will hide the network issues because they often are "you will not see anything". Does it bother you so often? I mean, most of the time it is downloaded. Is it just a snapshot thing? Maybe we can reduce the log only for snapshot daily (whatever frequency) updates?

Re: [HEADS UP] Maven Release 3.9.1 coming soon

2023-02-23 Thread Elliotte Rusty Harold
I can take a look at 7700 and 7701 this weekend if no one grabs them sooner. If someone can get to them today or tomorrow though, that's fine. Just assign yourself on the bug when you start work so we don't duplicate effort. These two do look closely related and probably will be fixed in a single P

Re: [HEADS UP] Maven Release 3.9.1 coming soon

2023-02-23 Thread Tamás Cservenák
Howdy, Current status: 3.9.1 issues (all fixed, one pending merge) https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12352872 We have some "candidates" as well: 3.9.1-candidates https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12351

Re: And while I'm on the subject of logging

2023-02-23 Thread Elliotte Rusty Harold
On Wed, Feb 22, 2023 at 11:51 AM Romain Manni-Bucau wrote: > > Eliotte I kind of fail to follow your reasoning because it literally means > don't log any info and just set default log level to ERROR which I don't > think will make anyone happy. Thanks for saying this. I think I see the disconnect

Re: And while I'm on the subject of logging

2023-02-23 Thread Xeno Amess
you can add a config or parameter to do this. BUT I need that log, please don't remove it From: Kemal Soysal Sent: Thursday, February 23, 2023 5:39:08 PM To: Maven Developers List Subject: Re: And while I'm on the subject of logging +1 logback > Am 23.02.2023 um

Re: And while I'm on the subject of logging

2023-02-23 Thread Kemal Soysal
+1 logback > Am 23.02.2023 um 06:39 schrieb Guillaume Nodet : > > Maven Daemon uses logback instead of the simple logger. This definitely > allows more configuration freedom. > Should we switch maven 4 to logback or log4j too ? > > Le mer. 22 févr. 2023 à 18:45, Ralph Goers a > écrit : > >> M

[ANN] Maven Resolver 1.9.5 Released

2023-02-23 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Maven Resolver 1.9.5 https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.9.5 ** Bug * [MRESOLVER-314] - Getting "IllegalArgumentException: Comparison method violates its general contract!" * [MRESOL

Re: And while I'm on the subject of logging

2023-02-23 Thread Romain Manni-Bucau
-1 to switch to logback or log4j (in particular v2 which is still slow and fatty). Think what we need is a good system prop config, can be achieved with jul (ex: https://www.yupiik.io/yupiik-logging/jul-integration.html). What I like with mvnd is not logback but the jansi/terminal usage which helps