I\'m invoking the \"jetty:run\" goal with the following plugin configuration:
org.mortbay.jetty
Answering my own question:
Plugins don't see the project dependencies. You need to specify inside the .
You need to specify a concrete slf4j implementation, such as logback. Specifying slf4j is not enough.
The end-result should look something like this:
org.mortbay.jetty
jetty-maven-plugin
7.4.4.v20110707
5
80
ch.qos.logback
logback-classic
0.9.29