| Property | Optional? | Description |
|---|---|---|
| maven.pldoc.application.title | Yes | Name of the application, appears in the generated documentation. Default value is ${pom.name} |
| maven.pldoc.src.dir | Yes | The location of the PL/SQL source code. Default value is ${basedir}/src/main/sql |
| maven.pldoc.build.dir | Yes | The location of the generated documentation (HTML files). Default value is ${maven.docs.dest}/pldoc |
| maven.pldoc.includes | Yes | Specifies a list of patterns to include in the documentation generation process. Default value is **/*.sql |
| maven.pldoc.inputencoding | Yes | The encoding used in the input files. Default value is the operating system default encoding. |
| maven.pldoc.overviewfile | Yes | The overview file in HTML format. |
| maven.pldoc.stylesheet | Yes | File with CSS-stylesheet for the result documentation. If omitted, default CSS will be used. |
| maven.pldoc.namescase | Yes | Upper/lower case to format PL/SQL names (upper | lower). If omitted, no case conversion is done. |
| maven.pldoc.exitonerror | Yes | "yes" forces program exit when some input file cannot be processed. If "no" (the default), the file is skipped and processing continues. |