Class JspcMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eclipse.jetty.ee10.jspc.plugin.JspcMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="jspc", defaultPhase=PROCESS_CLASSES, requiresDependencyResolution=COMPILE_PLUS_RUNTIME, threadSafe=true) public class JspcMojo extends org.apache.maven.plugin.AbstractMojo
This goal will compile jsps for a webapp so that they can be included in a war.

At runtime, the plugin will use the jspc compiler to precompile jsps and tags.

Note that the same java compiler will be used as for on-the-fly compiled jsps, which will be the Eclipse java compiler.

See Usage Guide for instructions on using this plugin.

Runs jspc compiler to produce .java and .class files