Re: issues with the user property "maven.test.failure.ignore" and new proposals

2022-03-17 Thread Christoph Läubrich
No I think more about if (severity == "WARN") { log.warn("There is something wrong"); } else if (severity == "ERROR") { throw new MojoFailureException("...") { } else { throw new MojoExecutionException("...") { } That way the plugin can handle any error/failure/... in a way that the user

Re: issues with the user property "maven.test.failure.ignore" and new proposals

2022-03-17 Thread Tibor Digana
@Christoph FATAL , WARN , ERROR They are log levels? The plugin does not control the log level after caught exception in Maven core. The Maven Core does! I think it's time to make a demo. On Thu, Mar 17, 2022 at 6:21 AM Christoph Läubrich wrote: > Hi Tibor, > > it shouldn't be to hard to gue

Re: [VOTE] Release Apache Maven JXR version 3.2.0

2022-03-17 Thread Hervé BOUTEMY
+1 Reproducible Builds ok: reference was done with JDK 8 on *nix Regards, Hervé Le mercredi 16 mars 2022, 22:13:14 CET Tamás Cservenák a écrit : > +1 > > On Tue, Mar 15, 2022, 20:20 Slawomir Jaranowski > > wrote: > > Hi, > > > > We solved 7 issues: > > > > https://issues.apache.org/jira/se

Re: Release of maven-verifier

2022-03-17 Thread Slawomir Jaranowski
Hi Konrad thanks for your contribution. Every PR was merged. List of resolved issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12351428 I'm going to release 1.8.0 at the weekend (19-20 of March) Does anybody else want to add something more? wt., 8 mar

Re: [shade] why is pom in 3.3.1-SNAPSHOT?

2022-03-17 Thread Romain Manni-Bucau
+1 from me Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

Re: [shade] why is pom in 3.3.1-SNAPSHOT?

2022-03-17 Thread Slawomir Jaranowski
Hi 3.3.0 was not released, 3.2.4 is last one There are new features in release notes. so it look like we simpli try again release 3.3.0 czw., 17 mar 2022 o 13:43 Romain Manni-Bucau napisał(a): > Right but it got cancelled and does not have any tag so is it really a > partial rollback like it

Re: [shade] why is pom in 3.3.1-SNAPSHOT?

2022-03-17 Thread Romain Manni-Bucau
Right but it got cancelled and does not have any tag so is it really a partial rollback like it looks like or did I miss something and we should stick to 3.3.1 for next version? Asking cause I'd need somebody with the perms to close https://issues.apache.org/jira/browse/MSHADE-412 but I'm not sure

Re: [VOTE] Release Apache Maven JXR version 3.2.0

2022-03-17 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 15.03.22 20:20, Slawomir Jaranowski wrote: Hi, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12330847&styleName=Text&projectId=12317527 There are still a couple of issues left in JIRA: https://issues.apa

Re: [shade] why is pom in 3.3.1-SNAPSHOT?

2022-03-17 Thread Slawomir Jaranowski
Hi https://lists.apache.org/thread/03s84xfjghj37nnjwncj0mo0ymw3z0wg czw., 17 mar 2022 o 08:57 Romain Manni-Bucau napisał(a): > Hi all, > > Why is shade pom in 3.3.1-SNAPSHOT and not 3.3.0-SNAPSHOT or > 3.2.5-SNAPSHOT? > Did I miss some release? > > Romain Manni-Bucau > @rmannibucau

[shade] why is pom in 3.3.1-SNAPSHOT?

2022-03-17 Thread Romain Manni-Bucau
Hi all, Why is shade pom in 3.3.1-SNAPSHOT and not 3.3.0-SNAPSHOT or 3.2.5-SNAPSHOT? Did I miss some release? Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Small issue with Maven Site plugin

2022-03-17 Thread Patrick Pok
Hello Maven Site DEV Team, First of all, I hope you this email finds you well. I wanted to reach out, and hopefully this is not a trouble, regarding the Maven Site plugin. Please also allow me to express my gratitudes towards this amazing plugin. Background, I do some analysis with this command: