blob: 03c2aa3b4cbe3489157faa014db8f8773612e371 [file] [log] [blame]
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia Site Renderer 1.9.2 at 2022-04-12
| Rendered using Apache Maven Fluido Skin 1.6
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Date-Revision-yyyymmdd" content="20220412" />
<meta http-equiv="Content-Language" content="en" />
<title>Apache Sling JSPC Maven Plugin &#x2013; jspc:jspc</title>
<link rel="stylesheet" href="./css/apache-maven-fluido-1.6.min.css" />
<link rel="stylesheet" href="./css/site.css" />
<link rel="stylesheet" href="./css/print.css" media="print" />
<script type="text/javascript" src="./js/apache-maven-fluido-1.6.min.js"></script>
</head>
<body class="topBarDisabled">
<a href="https://github.com/apache/sling-dummyproject">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"
alt="Fork me on GitHub">
</a>
<div class="container-fluid">
<div id="banner">
<div class="pull-left"><a href="https://sling.apache.org/" id="bannerLeft"><img src="https://sling.apache.org/res/logos/sling.svg" alt="Apache Sling" width="123" height="63"/></a></div>
<div class="pull-right"><a href="https://apache.org/" id="bannerRight"><img src="https://sling.apache.org/res/logos/apache.png" alt="Apache"/></a></div>
<div class="clear"><hr/></div>
</div>
<div id="breadcrumbs">
<ul class="breadcrumb">
<li class=""><a href="https://sling.apache.org/" class="externalLink" title="Apache Sling">Apache Sling</a><span class="divider">/</span></li>
<li class=""><a href="https://sling.apache.org/components/" class="externalLink" title="Maven Plugins">Maven Plugins</a><span class="divider">/</span></li>
<li class=""><a href="index.html" title="Apache Sling JSPC Maven Plugin">Apache Sling JSPC Maven Plugin</a><span class="divider">/</span></li>
<li class="active ">jspc:jspc</li>
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-04-12</li>
<li id="projectVersion" class="pull-right">Version: 2.3.4</li>
</ul>
</div>
<div class="row-fluid">
<div id="leftColumn" class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header">Overview</li>
<li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a> </li>
<li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a> </li>
<li class="nav-header">Project Documentation</li>
<li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a> </li>
<li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-right"></span>Project Reports</a> </li>
</ul>
<hr />
<div id="poweredBy">
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<div class="clear"></div>
<a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a>
</div>
</div>
</div>
<div id="bodyColumn" class="span10" >
<section>
<h2><a name="jspc:jspc"></a>jspc:jspc</h2>
<p><b>Full name</b>:</p>
<p>org.apache.sling:jspc-maven-plugin:2.3.4:jspc</p>
<p><b>Description</b>:</p>
<div>The <code>JspcMojo</code> is implements the Sling Maven JspC goal
<code>jspc</code> compiling JSP into the target and creating a
component descriptor for Declarative Services to use the JSP with
the help of the appropriate adapter as component.</div>
<p><b>Attributes</b>:</p>
<ul>
<li>Requires a Maven project to be executed.</li>
<li>Requires dependency resolution of artifacts in scope: <code>compile</code>.</li>
<li>Binds by default to the <a class="externalLink" href="http://maven.apache.org/ref/current/maven-core/lifecycles.html">lifecycle phase</a>: <code>compile</code>.</li>
</ul>
<section>
<h3><a name="Optional_Parameters"></a>Optional Parameters</h3>
<table class="table table-striped" border="0">
<tr class="a">
<th>Name</th>
<th>Type</th>
<th>Since</th>
<th>Description</th>
</tr>
<tr class="b">
<td><code><a href="#compilerSourceVM">&lt;compilerSourceVM&gt;</a></code></td>
<td><code>String</code></td>
<td><code>-</code></td>
<td>The Compiler Source Version of the Java source generated from the
JSP files before compiling into classes.<br /><b>Default value is</b>: <code>1.8</code>.<br /><b>User property is</b>: <code>jspc.compilerSourceVM</code>.<br /></td>
</tr>
<tr class="a">
<td><code><a href="#compilerTargetVM">&lt;compilerTargetVM&gt;</a></code></td>
<td><code>String</code></td>
<td><code>-</code></td>
<td>The Target Virtual Machine Version to generate class files for.<br /><b>Default value is</b>: <code>1.8</code>.<br /><b>User property is</b>: <code>jspc.compilerTargetVM</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#excludes">&lt;excludes&gt;</a></code></td>
<td><code>String[]</code></td>
<td><code>-</code></td>
<td>Excluded JSPs, empty by default<br /></td>
</tr>
<tr class="a">
<td><code><a href="#failOnError">&lt;failOnError&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>jspc.failOnError</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#feature">&lt;feature&gt;</a></code></td>
<td><code>JspcMojo$FeatureDependency</code></td>
<td><code>-</code></td>
<td>(no description)<br /></td>
</tr>
<tr class="a">
<td><code><a href="#generateCompilationReport">&lt;generateCompilationReport&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>2.3.0</code></td>
<td>Generates a compilation report text file (compilation_report.json)
in the <code>${project.build.outputDirectory</code>}.
<p>The compilation report has the following format:</p>
<div>
<pre>
{
&quot;packageProviders&quot;: [
{
&quot;package&quot;: &quot;&lt;a Java package name&gt;&quot;,
&quot;providers&quot;: [
&quot;&lt;Maven Artifact ID&gt;&quot;
]
}
],
&quot;jspDependencies&quot;: [
{
&quot;jsp&quot;: &quot;src/main/scripts/&lt;a script&gt;.jsp&quot;,
&quot;dependencies&quot;: [
&quot;&lt;jar file name&gt;:&lt;path to JSP&gt;&quot;,
&quot;src/main/scripts/&lt;path to file in local project&gt;.jsp&quot;
]
}
],
&quot;unusedDependencies&quot;: [
&quot;&lt;Maven Artifact ID&gt;&quot;
]
}
</pre></div>
<br />
<br /><br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>jspc.generateCompilationReport</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#includes">&lt;includes&gt;</a></code></td>
<td><code>String[]</code></td>
<td><code>-</code></td>
<td>Included JSPs, defaults to <code>&quot;**/*.jsp&quot;</code><br /></td>
</tr>
<tr class="a">
<td><code><a href="#jasperClassDebugInfo">&lt;jasperClassDebugInfo&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>jspc.jasper.classdebuginfo</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#jasperEnablePooling">&lt;jasperEnablePooling&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>jspc.jasper.enablePooling</code>.<br /></td>
</tr>
<tr class="a">
<td><code><a href="#jasperGenStringAsCharArray">&lt;jasperGenStringAsCharArray&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>jspc.jasper.genStringAsCharArray</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#jasperIeClassId">&lt;jasperIeClassId&gt;</a></code></td>
<td><code>String</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>clsid:8AD9C840-044E-11D1-B3E9-00805F499D93</code>.<br /><b>User property is</b>: <code>jspc.jasper.ieClassId</code>.<br /></td>
</tr>
<tr class="a">
<td><code><a href="#jasperKeepGenerated">&lt;jasperKeepGenerated&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>jspc.jasper.keepgenerated</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#jasperMappedFile">&lt;jasperMappedFile&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>true</code>.<br /><b>User property is</b>: <code>jspc.jasper.mappedfile</code>.<br /></td>
</tr>
<tr class="a">
<td><code><a href="#jasperSuppressSmap">&lt;jasperSuppressSmap&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>jspc.jasper.suppressSmap</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#jasperTrimSpaces">&lt;jasperTrimSpaces&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>jspc.jasper.trimSpaces</code>.<br /></td>
</tr>
<tr class="a">
<td><code><a href="#jspFileExtensions">&lt;jspFileExtensions&gt;</a></code></td>
<td><code>String</code></td>
<td><code>-</code></td>
<td><b>Deprecated.</b> Use the <code>includes</code> filter instead.<br /><b>Default value is</b>: <code>jsp,jspx</code>.<br /><b>User property is</b>: <code>jspc.jspFileExtensions</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#outputDirectory">&lt;outputDirectory&gt;</a></code></td>
<td><code>String</code></td>
<td><code>-</code></td>
<td>Target directory for the compiled JSP classes.<br /><b>Default value is</b>: <code>${project.build.outputDirectory}</code>.<br /><b>User property is</b>: <code>jspc.outputDirectory</code>.<br /></td>
</tr>
<tr class="a">
<td><code><a href="#printCompilationReport">&lt;printCompilationReport&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>Prints a compilation report by listing all the packages and
dependencies that were used during processing the JSPs.<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>jspc.printCompilationReport</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#resourceDirectories">&lt;resourceDirectories&gt;</a></code></td>
<td><code>File[]</code></td>
<td><code>-</code></td>
<td>List of alternative resource directories used during compiling.<br /></td>
</tr>
<tr class="a">
<td><code><a href="#servletPackage">&lt;servletPackage&gt;</a></code></td>
<td><code>String</code></td>
<td><code>-</code></td>
<td>When defined, this will set the value for the
<code>Constants.JSP_PACKAGE_NAME_PROPERTY_NAME</code> system
property of the Jasper compiler, which defines the prefix package
under which compiled JSPs will be generated.<br /><b>User property is</b>: <code>jspc.servletPackage</code>.<br /></td>
</tr>
<tr class="b">
<td><code><a href="#showSuccess">&lt;showSuccess&gt;</a></code></td>
<td><code>boolean</code></td>
<td><code>-</code></td>
<td>(no description)<br /><b>Default value is</b>: <code>false</code>.<br /><b>User property is</b>: <code>jspc.showSuccess</code>.<br /></td>
</tr>
<tr class="a">
<td><code><a href="#sourceDirectory">&lt;sourceDirectory&gt;</a></code></td>
<td><code>File</code></td>
<td><code>-</code></td>
<td>Location of the JSP source file.<br /><b>Default value is</b>: <code>${project.build.scriptSourceDirectory}</code>.<br /><b>User property is</b>: <code>jspc.sourceDirectory</code>.<br /></td>
</tr>
</table>
</section>
<section>
<h3><a name="Parameter_Details"></a>Parameter Details</h3>
<section>
<h4><a name="a.3CcompilerSourceVM.3E"></a><b><a name="compilerSourceVM">&lt;compilerSourceVM&gt;</a></b></h4>
<div>The Compiler Source Version of the Java source generated from the
JSP files before compiling into classes.</div>
<ul>
<li><b>Type</b>: <code>java.lang.String</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.compilerSourceVM</code></li>
<li><b>Default</b>: <code>1.8</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CcompilerTargetVM.3E"></a><b><a name="compilerTargetVM">&lt;compilerTargetVM&gt;</a></b></h4>
<div>The Target Virtual Machine Version to generate class files for.</div>
<ul>
<li><b>Type</b>: <code>java.lang.String</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.compilerTargetVM</code></li>
<li><b>Default</b>: <code>1.8</code></li>
</ul><hr /></section><section>
<h4><a name="a.3Cexcludes.3E"></a><b><a name="excludes">&lt;excludes&gt;</a></b></h4>
<div>Excluded JSPs, empty by default</div>
<ul>
<li><b>Type</b>: <code>java.lang.String[]</code></li>
<li><b>Required</b>: <code>No</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CfailOnError.3E"></a><b><a name="failOnError">&lt;failOnError&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.failOnError</code></li>
<li><b>Default</b>: <code>true</code></li>
</ul><hr /></section><section>
<h4><a name="a.3Cfeature.3E"></a><b><a name="feature">&lt;feature&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>org.apache.sling.maven.jspc.JspcMojo$FeatureDependency</code></li>
<li><b>Required</b>: <code>No</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CgenerateCompilationReport.3E"></a><b><a name="generateCompilationReport">&lt;generateCompilationReport&gt;</a></b></h4>
<div>Generates a compilation report text file (compilation_report.json)
in the <code>${project.build.outputDirectory</code>}.
<p>The compilation report has the following format:</p>
<div>
<pre>
{
&quot;packageProviders&quot;: [
{
&quot;package&quot;: &quot;&lt;a Java package name&gt;&quot;,
&quot;providers&quot;: [
&quot;&lt;Maven Artifact ID&gt;&quot;
]
}
],
&quot;jspDependencies&quot;: [
{
&quot;jsp&quot;: &quot;src/main/scripts/&lt;a script&gt;.jsp&quot;,
&quot;dependencies&quot;: [
&quot;&lt;jar file name&gt;:&lt;path to JSP&gt;&quot;,
&quot;src/main/scripts/&lt;path to file in local project&gt;.jsp&quot;
]
}
],
&quot;unusedDependencies&quot;: [
&quot;&lt;Maven Artifact ID&gt;&quot;
]
}
</pre></div>
<br />
<br /></div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Since</b>: <code>2.3.0</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.generateCompilationReport</code></li>
<li><b>Default</b>: <code>false</code></li>
</ul><hr /></section><section>
<h4><a name="a.3Cincludes.3E"></a><b><a name="includes">&lt;includes&gt;</a></b></h4>
<div>Included JSPs, defaults to <code>&quot;**/*.jsp&quot;</code></div>
<ul>
<li><b>Type</b>: <code>java.lang.String[]</code></li>
<li><b>Required</b>: <code>No</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjasperClassDebugInfo.3E"></a><b><a name="jasperClassDebugInfo">&lt;jasperClassDebugInfo&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jasper.classdebuginfo</code></li>
<li><b>Default</b>: <code>true</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjasperEnablePooling.3E"></a><b><a name="jasperEnablePooling">&lt;jasperEnablePooling&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jasper.enablePooling</code></li>
<li><b>Default</b>: <code>true</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjasperGenStringAsCharArray.3E"></a><b><a name="jasperGenStringAsCharArray">&lt;jasperGenStringAsCharArray&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jasper.genStringAsCharArray</code></li>
<li><b>Default</b>: <code>false</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjasperIeClassId.3E"></a><b><a name="jasperIeClassId">&lt;jasperIeClassId&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>java.lang.String</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jasper.ieClassId</code></li>
<li><b>Default</b>: <code>clsid:8AD9C840-044E-11D1-B3E9-00805F499D93</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjasperKeepGenerated.3E"></a><b><a name="jasperKeepGenerated">&lt;jasperKeepGenerated&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jasper.keepgenerated</code></li>
<li><b>Default</b>: <code>true</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjasperMappedFile.3E"></a><b><a name="jasperMappedFile">&lt;jasperMappedFile&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jasper.mappedfile</code></li>
<li><b>Default</b>: <code>true</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjasperSuppressSmap.3E"></a><b><a name="jasperSuppressSmap">&lt;jasperSuppressSmap&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jasper.suppressSmap</code></li>
<li><b>Default</b>: <code>false</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjasperTrimSpaces.3E"></a><b><a name="jasperTrimSpaces">&lt;jasperTrimSpaces&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jasper.trimSpaces</code></li>
<li><b>Default</b>: <code>false</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CjspFileExtensions.3E"></a><b><a name="jspFileExtensions">&lt;jspFileExtensions&gt;</a></b></h4>
<div><b>Deprecated.</b> Use the <code>includes</code> filter instead.</div>
<div>Comma separated list of extensions of files to be compiled by the
plugin.</div>
<ul>
<li><b>Type</b>: <code>java.lang.String</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.jspFileExtensions</code></li>
<li><b>Default</b>: <code>jsp,jspx</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CoutputDirectory.3E"></a><b><a name="outputDirectory">&lt;outputDirectory&gt;</a></b></h4>
<div>Target directory for the compiled JSP classes.</div>
<ul>
<li><b>Type</b>: <code>java.lang.String</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.outputDirectory</code></li>
<li><b>Default</b>: <code>${project.build.outputDirectory}</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CprintCompilationReport.3E"></a><b><a name="printCompilationReport">&lt;printCompilationReport&gt;</a></b></h4>
<div>Prints a compilation report by listing all the packages and
dependencies that were used during processing the JSPs.</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.printCompilationReport</code></li>
<li><b>Default</b>: <code>false</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CresourceDirectories.3E"></a><b><a name="resourceDirectories">&lt;resourceDirectories&gt;</a></b></h4>
<div>List of alternative resource directories used during compiling.</div>
<ul>
<li><b>Type</b>: <code>java.io.File[]</code></li>
<li><b>Required</b>: <code>No</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CservletPackage.3E"></a><b><a name="servletPackage">&lt;servletPackage&gt;</a></b></h4>
<div>When defined, this will set the value for the
<code>Constants.JSP_PACKAGE_NAME_PROPERTY_NAME</code> system
property of the Jasper compiler, which defines the prefix package
under which compiled JSPs will be generated.</div>
<ul>
<li><b>Type</b>: <code>java.lang.String</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.servletPackage</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CshowSuccess.3E"></a><b><a name="showSuccess">&lt;showSuccess&gt;</a></b></h4>
<div>(no description)</div>
<ul>
<li><b>Type</b>: <code>boolean</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.showSuccess</code></li>
<li><b>Default</b>: <code>false</code></li>
</ul><hr /></section><section>
<h4><a name="a.3CsourceDirectory.3E"></a><b><a name="sourceDirectory">&lt;sourceDirectory&gt;</a></b></h4>
<div>Location of the JSP source file.</div>
<ul>
<li><b>Type</b>: <code>java.io.File</code></li>
<li><b>Required</b>: <code>No</code></li>
<li><b>User Property</b>: <code>jspc.sourceDirectory</code></li>
<li><b>Default</b>: <code>${project.build.scriptSourceDirectory}</code></li>
</ul>
</section></section>
</section>
</div>
</div>
</div>
<hr/>
<footer>
<div class="container-fluid">
<div class="row-fluid">
<p>Copyright &copy;2007&#x2013;2022
<a href="https://www.apache.org/">The Apache Software Foundation</a>.
All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>