I created https://issues.apache.org/jira/browse/MPLUGIN-530 to track this.
On 2024/06/17 11:43:30 Konrad Windszus wrote:
> Is there any downside with
> https://maven.apache.org/ref/3.9.8/maven-plugin-api/plugin.html#class_requirement
> no longer being maintained?
> How does the error message dif
Is there any downside with
https://maven.apache.org/ref/3.9.8/maven-plugin-api/plugin.html#class_requirement
no longer being maintained?
How does the error message differ in case no according implementation can be
found during execution for 1. and 2.?
I will do some more experiments and then cr
Howdy,
I'd perso deprecate the [1] and rely only on JSR330.
Thanks
T
On Mon, Jun 17, 2024 at 1:26 PM Konrad Windszus wrote:
>
> Hi,
> I am wondering about the best practice to inject Sisu/JSR330 components
> into Mojos.
> We have two different possibilities:
>
> 1. Via annotation org.apache.ma
Hi,
I am wondering about the best practice to inject Sisu/JSR330 components into
Mojos.
We have two different possibilities:
1. Via annotation org.apache.maven.plugins.annotations.Component [1] which
makes the referenced Sisu component also appear in the requirements section of
the plugin des