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.
> > >
> >
> >
>