Details
Description
When I run Jetty by using jetty:run, the webapp running inside Jetty gets to see the Maven classes and resources that surround maven-jetty-plugin.
This causes a problem for web applications that themselves depend on Plexus/Maven. It would be nice if Jetty can hide the surrounding Maven from web apps and provide sufficient isolation.
I'll attach a patch.
Issue Links
- depends upon
-
JETTY-1096
provide an option to exclude jetty/maven/plexus from the parent class loader when running web apps via "mvn jetty:run"
-
- is related to
-
JETTY-1096
provide an option to exclude jetty/maven/plexus from the parent class loader when running web apps via "mvn jetty:run"
-
Patch.