Re: getting rid of Contextualizable

2023-05-21 Thread Henning Schmiedehausen
Turns out that simply removing the method and annotating the field with `@Inject` and adding sisu-plexus solved that for me. -h On Sun, May 21, 2023 at 3:37 PM Henning Schmiedehausen < henn...@schmiedehausen.org> wrote: > I have a plugin where the mojo implements Contextualizable and it does >

getting rid of Contextualizable

2023-05-21 Thread Henning Schmiedehausen
I have a plugin where the mojo implements Contextualizable and it does this: @Override public void contextualize(final Context context) throws ContextException { this.container = (PlexusContainer) context.get(PlexusConstants.PLEXUS_KEY); } Basically, this gives me

Re: maven resolver beyond 1.6.x

2023-05-21 Thread Henning Schmiedehausen
Thank you for the quick response. However, I am not sure that I got what I needed. Upgrading/changing maven etc. is a non-starter. This is a plugin ( https://github.com/basepom/dependency-versions-check-maven-plugin/), which I maintain. It is supposed to be compatible with Maven 3.8.x (older versi

maven-gpg-plugin CI broken

2023-05-21 Thread Elliotte Rusty Harold
See https://github.com/apache/maven-gpg-plugin/pull/51 Verify / Verify / windows-latest jdk-8-temurin 3.9.2 (push) is broken Perhaps someone with relevant permissions can figure this one out. -- Elliotte Rusty Harold elh...@ibiblio.org --

[ANN] Apache Maven Source Plugin 3.3.0 Released

2023-05-21 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 3.3.0 The Source Plugin creates a jar archive of the source files of the current project. https://maven.apache.org/plugins/maven-source-plugin/ You should specify the version in your project's plu

[RESULT] [VOTE] Release Apache Maven Source Plugin version 3.3.0

2023-05-21 Thread Slawomir Jaranowski
The vote has passed with the following result: +1: Sylwester Lachiewicz, Herve Boutemy, Tamás Cservenák, Guillaume Nodet, Michael Osipov, Olivier Lamy PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo. -- Sławomir J