Details
Description
If I have
<configuration> .. <jettyEnvXml>src/test/jetty-env.xml</jettyEnvXml> </configuration>
and run Maven like this:
mvn -f myapp-web/pom.xml jetty:run
it tries to load "src/test/jetty-env.xml" instead of "myapp-web/src/test/jetty-env.xml".
Technically all that the plugin has to do it to change the jettyEnvXml field to be a File or prefix with $
{basedir}
Trygve Laugstol
jettyEnvXml should be a file, ill make the fix for this
thanks
bong