Re: Maven Plugin Development and the @Produces

2018-07-11 Thread Romain Manni-Bucau
Hi Jonathan, you can use Guice in plexus components but not CDI. the cdi-api.jar is a transitive leaked dependency and almost nothing is supported in current maven (there are several threads to drop it). To be concrete, only @Typed is used. Romain Manni-Bucau @rmannibucau

Maven Plugin Development and the @Produces

2018-07-11 Thread exabrial
Hey Guys, I'm developing my first maven plugin. I was curious, is there any way to use the @javax.enterprise.inject.Produces annotation? Here's why I ask. I have my main mojo, but it is composed of several dependencies that are @Inject'd into the mojo. These submodules ('components') may have

Releasing Maven parent poms version 32

2018-07-11 Thread Hervé BOUTEMY
anything to add before I launch the release? https://maven.apache.org/pom-archives/maven-LATEST/ Regards, Hervé - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache