419330 Allow access to setters on jetty-jspc-maven-plugin

This commit is contained in:
Jan Bartel 2013-10-28 18:09:54 +11:00
parent f4e95be443
commit f671fbaa85

View File

@ -288,6 +288,9 @@ public class JspcMojo extends AbstractMojo
Thread.currentThread().setContextClassLoader(webAppClassLoader); Thread.currentThread().setContextClassLoader(webAppClassLoader);
if (jspc == null)
jspc = new JspC();
jspc.setWebXmlFragment(webXmlFragment); jspc.setWebXmlFragment(webXmlFragment);
jspc.setUriroot(webAppSourceDirectory); jspc.setUriroot(webAppSourceDirectory);
jspc.setOutputDir(generatedClasses); jspc.setOutputDir(generatedClasses);