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 there (could be generated by the maven-plugin-plugin tooling).
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://rmannibucau.metawerx.net/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/application-development/java-ee-8-high-performance> Le mar. 6 sept. 2022 à 15:31, Delany <[email protected]> a écrit : > While we're talking about shade, I noticed if I spell a tag wrong neither > `mvn validate` nor IntelliJ take issue with my tag <inlucde> > > <artifactId>maven-shade-plugin</artifactId> > <executions> > <execution> > <id>default</id> > <phase>pre-integration-test</phase> > <configuration> > <artifactSet> > <includes> > <inlucde>software.amazon.awssdk:ecr</inlucde> > > And it builds! > How can this situation be improved? > > Kind regards, > Delany > > On Tue, 6 Sept 2022 at 13:25, tison <[email protected]> wrote: > > > Thank you! > > > > Best, > > tison. > > > > > > Karl Heinz Marbaise <[email protected]> 于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 > > > > 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 > > > > forward to a new release and I'll upgrade the downstream dependencies > > for > > > > this fix. > > > > > > > > As suggested by the reviewers, I come here to see if there's a > > volunteer > > > > release manager. I'm happy to verify the release candidate :) > > > > > > > > Best, > > > > tison. > > > > > > > > > > > > >
