Hello, I've created a ticket for this issue, no guarantees it'll be taken into work though :)
https://youtrack.jetbrains.com/issue/IDEA-301755/Use-newer-Maven-reference-in-MavenModelDocumentationProvider вт, 6 сент. 2022 г. в 16:45, Delany <[email protected]>: > 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-Bucau <[email protected]> > wrote: > > > 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 > > > > > > > > > -- Sincerely yours, Krosheninnikov Artem.
