Use Log4j with jetty-maven-plugin 9.x
问题 How can I enable Log4j for jetty-maven-plugin 9? I followed the Jetty documentation for standalone Jetty 9 and added JARs and property file. Jetty configuration: <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>9.0.5.v20130815</version> <configuration> <webApp> <contextPath>/mywebapp</contextPath> <jettyEnvXml>jetty-env.xml</jettyEnvXml> </webApp> <systemProperties> <systemProperty> <name>log4j.configuration</name> <value>log4j-jetty