Configure logging for Jetty's maven plugin?
问题 I'm invoking the "jetty:run" goal with the following plugin configuration: <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>7.4.4.v20110707</version> <configuration> <scanIntervalSeconds>5</scanIntervalSeconds> <connectors> <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector"> <port>80</port> </connector> </connectors> </configuration> </plugin> Jetty refuses to log anything to slf4j in spite of the fact that my