Re: [DISCUSS] Release maven-shade-plugin 3.3.1?

2022-09-06 Thread Romain Manni-Bucau
Le mar. 6 sept. 2022 à 15:45, Delany a écrit : > Just to add, IntelliJ's tooltip links to > https://maven.apache.org/ref/2.2.1/maven-model/maven.html > Where is it getting v2.2.1 from? > https://github.com/JetBrains/intellij-community/blob/522209df34f7266923df5133f9b50b226054412a/plugins/maven/

Re: [DISCUSS] Release maven-shade-plugin 3.3.1?

2022-09-06 Thread Delany
Just to add, IntelliJ's tooltip links to https://maven.apache.org/ref/2.2.1/maven-model/maven.html Where is it getting v2.2.1 from? The plugin depends on v3.1.1 ( https://github.com/apache/maven-shade-plugin/blob/maven-shade-plugin-3.3.0/pom.xml ) Delany On Tue, 6 Sept 2022 at 15:35, Romain Manni-

Re: [DISCUSS] Release maven-shade-plugin 3.3.1?

2022-09-06 Thread Romain Manni-Bucau
Hi, It is a generic maven issue, on intellij side it is mainly a matter of checking the expceted model and enhance the completion > 2 levels (not supported as of today - actually 1 level or 2 for containers like lists). On maven side I guess supporting xsd for the plugin configuration can help the

Re: [DISCUSS] Release maven-shade-plugin 3.3.1?

2022-09-06 Thread Delany
While we're talking about shade, I noticed if I spell a tag wrong neither `mvn validate` nor IntelliJ take issue with my tag maven-shade-plugin default pre-integration-test software.

Re: [DISCUSS] Release maven-shade-plugin 3.3.1?

2022-09-06 Thread tison
Thank you! Best, tison. Karl Heinz Marbaise 于2022年9月6日周二 17:44写道: > Hi, > > I will try to do a release on the weekend... > > Kind regards > Karl Heinz Marbaise > On 06.09.22 10:55, tison wrote: > > Hi, > > > > The latest release of m-shade-p happened in March 2022 and now about > half a > > ye

Re: [DISCUSS] Release maven-shade-plugin 3.3.1?

2022-09-06 Thread Karl Heinz Marbaise
Hi, I will try to do a release on the weekend... Kind regards Karl Heinz Marbaise On 06.09.22 10:55, tison wrote: Hi, The latest release of m-shade-p happened in March 2022 and now about half a year passed. We have some dependencies bump and one bug fix MSHADE-425[1]. As the author of the pat

[DISCUSS] Release maven-shade-plugin 3.3.1?

2022-09-06 Thread tison
Hi, The latest release of m-shade-p happened in March 2022 and now about half a year passed. We have some dependencies bump and one bug fix MSHADE-425[1]. As the author of the patch to MSHADED-425, I made it to resolve one or several downstream troubles as described in the ticket. Now I'm looking