Deploying Jakarta EE Application on Jetty 12: from jetty-ee10-maven-plugin to deployment on Jetty, ClassNotFoundException and CDIProvider Issues
I have a jakarta ee project that runs on jetty where I need cdi and faces.
During development I used to run this through the jetty-ee10-maven-plugin
plugin running a mvn jetty:run
.
In local performing a mvn jetty:run
works fine with no problems.