Disable ASF GitHub Bot comments in JIRA

2024-08-28 Thread Konrad Windszus
Hi everyone, I consider the automatic JIRA comments being added for each GitHub PR comment quite verbose and redundant. Also the formatting is in some cases broken because it doesn’t properly escape for the Confluence markdown used by JIRA (e.g. look at https://issues.apache.org/jira/browse/MRE

Re: [HEADS UP] Maven Doxia 2.0.0 stack is coming

2024-08-28 Thread Michael Osipov
Am 2024-08-28 um 18:59 schrieb Matt Nelson: * Other reporting plugins we provide are not being upgraded Are those other plugins no longer supported by the Maven team? Looking at https://maven.apache.org/plugins/ The changelog, changes, and linkcheck plugins look to be the only three reporting p

Re: [HEADS UP] Maven Doxia 2.0.0 stack is coming

2024-08-28 Thread Matt Nelson
> * Other reporting plugins we provide are not being upgraded Are those other plugins no longer supported by the Maven team? Looking at https://maven.apache.org/plugins/ The changelog, changes, and linkcheck plugins look to be the only three reporting plugins not being upgraded. On Tue, Jul 9, 20

Re: Proxy and Aether resolver configuration guide

2024-08-28 Thread Timothy Stone
Tangentially related: Is there a CLI method of activating a proxy by id, i.e., similar to `-P|--activate-profiles` in a POM? Thanks! Tim On 8/28/24 8:04 AM, Timothy Stone wrote: On 8/28/24 5:42 AM, Tamás Cservenák wrote: Howdy, the "documented ways" are assumed to be as you say: settings.x

Re: [VOTE] Release Apache Maven Filtering 3.4.0

2024-08-28 Thread Michael Osipov
Am 2024-08-28 um 17:47 schrieb Konrad Windszus: Hi, We solved 1 issue: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354380&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20

[VOTE] Release Apache Maven Filtering 3.4.0

2024-08-28 Thread Konrad Windszus
Hi, We solved 1 issue: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354380&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20compon

Re: Proxy and Aether resolver configuration guide

2024-08-28 Thread Timothy Stone
On 8/28/24 5:42 AM, Tamás Cservenák wrote: Howdy, the "documented ways" are assumed to be as you say: settings.xml https://maven.apache.org/settings.html The properties are not recommended as that assumes per JVM configuration and may cause issues like unexpected behaviour (the message is sim

Re: [HEADS UP] Maven Doxia 2.0.0 stack is coming

2024-08-28 Thread Michael Osipov
Am 2024-08-28 um 13:37 schrieb Sylwester Lachiewicz: Michael, Is it worth updating our Maven Parent pom with released versions or should we wait until Doxia 2 GA? For now, I would actually obstain and give the community at least a month to absorb new versions and report issues. As soon as I s

Re: [HEADS UP] Maven Doxia 2.0.0 stack is coming

2024-08-28 Thread Sylwester Lachiewicz
Michael, Is it worth updating our Maven Parent pom with released versions or should we wait until Doxia 2 GA? Sylwester śr., 28 sie 2024, 13:21 użytkownik Michael Osipov napisał: > Am 2024-08-28 um 03:27 schrieb Basil Crow: > > Hi Michael, > > > > Many thanks for your hard work on this stack o

Re: [HEADS UP] Maven Doxia 2.0.0 stack is coming

2024-08-28 Thread Michael Osipov
Am 2024-08-28 um 03:27 schrieb Basil Crow: Hi Michael, Many thanks for your hard work on this stack over the past three years. Is Maven Fluido Skin 2.0.0-M10 safe to adopt? I notice Dependabot is not offering it because of its milestone status, but Dependabot is offering Maven Site Plugin 3.20.0

Re: Proxy and Aether resolver configuration guide

2024-08-28 Thread Tamás Cservenák
Howdy, the "documented ways" are assumed to be as you say: settings.xml https://maven.apache.org/settings.html The properties are not recommended as that assumes per JVM configuration and may cause issues like unexpected behaviour (the message is simply "be explicit in settings.xml instead...").