Cryptic jetty-maven-plugin error message 'ERROR: PWC6117: File “null” not found'
I have a Maven Webapp producing a WAR file. I've just upgraded my Jetty plugin to the 7.4.2.v20110526 (from 6.x). I have the following set up: <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>7.4.2.v20110526</version> <executions> <execution> <id>jetty-run</id> <phase>package</phase> <goals> <goal>run</goal> </goals> <configuration> <connectors> <connector implementation="${connector}"> <port>80</port> <maxIdleTime>60000</maxIdleTime> </connector> </connectors> <webAppConfig> <contextPath>/foo</contextPath> </webAppConfig> <webappDirectory>$