mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
419330 Allow access to setters on jetty-jspc-maven-plugin
This commit is contained in:
parent
f4e95be443
commit
f671fbaa85
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user