Full name:
org.apache.sling:jspc-maven-plugin:2.1.0:jspc
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| compilerSourceVM | String | - | The Compiler Source Version of the Java source generated from the
JSP files before compiling into classes. Default value is: 1.5. User property is: jspc.compilerSourceVM. |
| compilerTargetVM | String | - | The Target Virtual Machine Version to generate class files for. Default value is: 1.5. User property is: jspc.compilerTargetVM. |
| excludes | String[] | - | Excluded JSPs, empty by default |
| failOnError | boolean | - | (no description) Default value is: true. User property is: jspc.failOnError. |
| includes | String[] | - | Included JSPs, defaults to "**/*.jsp" |
| jasperClassDebugInfo | boolean | - | (no description) Default value is: true. User property is: jspc.jasper.classdebuginfo. |
| jasperEnablePooling | boolean | - | (no description) Default value is: true. User property is: jspc.jasper.enablePooling. |
| jasperGenStringAsCharArray | boolean | - | (no description) Default value is: false. User property is: jspc.jasper.genStringAsCharArray. |
| jasperIeClassId | String | - | (no description) Default value is: clsid:8AD9C840-044E-11D1-B3E9-00805F499D93. User property is: jspc.jasper.ieClassId. |
| jasperKeepGenerated | boolean | - | (no description) Default value is: true. User property is: jspc.jasper.keepgenerated. |
| jasperMappedFile | boolean | - | (no description) Default value is: true. User property is: jspc.jasper.mappedfile. |
| jasperTrimSpaces | boolean | - | (no description) Default value is: false. User property is: jspc.jasper.trimSpaces. |
| jspFileExtensions | String | - | Deprecated. Use the includes filter instead. Default value is: jsp,jspx. User property is: jspc.jspFileExtensions. |
| outputDirectory | String | - | Target directory for the compiled JSP classes. Default value is: ${project.build.outputDirectory}. User property is: jspc.outputDirectory. |
| printCompilationReport | boolean | - | Prints a compilation report by listing all the packages and
dependencies that were used during processing the JSPs. Default value is: false. User property is: jspc.printCompilationReport. |
| servletPackage | String | - | Deprecated. Due to internal refactoring, this is not longer supported. Default value is: org.apache.jsp. User property is: jspc.servletPackage. |
| showSuccess | boolean | - | (no description) Default value is: false. User property is: jspc.showSuccess. |
| sourceDirectory | File | - | Location of the JSP source file. Default value is: ${project.build.scriptSourceDirectory}. User property is: jspc.sourceDirectory. |