avaje / avaje-inject

Dependency injection via APT (source code generation) ala "Server-Side Dagger DI"
https://avaje.io/inject
Apache License 2.0
240 stars 24 forks source link

Change blackboxtest to use maven plugin extensions true #545

Closed rbygrave closed 6 months ago

SentryMan commented 6 months ago

we might get more mileage using maven's pluginManagement in a parent pom

rbygrave commented 6 months ago

pluginManagement in a parent pom

parent poms are not great in my book in a inheritance versus composition way. I think this fails because the maven plugin is local in the CI build.