pljava-pgxs:scripted-report

Note:This goal should be used as a Maven report.

Full name:

org.postgresql:pljava-pgxs:1.6.7:scripted-report

Description:

Maven plugin goal to use JavaScript for configuring MavenReport during the LifecyclePhase.SITE.

This plugin goal intends to allow the use of JavaScript during SITE lifecycle phase with the help of ReportScript. The motivation behind this is the inability to use Maven AntRun during SITE phase.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

Name Type Since Description
<script> PlexusConfiguration - The script to be used to produce the report, in the scripting language identified by its mimetype or engine attribute.

The scripting language must be supported by an engine that implements Invocable, and the script, when evaluated, must define functions that correspond to all of the abstract methods of ReportScript, and any of the default methods that it wishes to override.


Parameter Details

<script>

The script to be used to produce the report, in the scripting language identified by its mimetype or engine attribute.

The scripting language must be supported by an engine that implements Invocable, and the script, when evaluated, must define functions that correspond to all of the abstract methods of ReportScript, and any of the default methods that it wishes to override.

  • Type: org.codehaus.plexus.configuration.PlexusConfiguration
  • Required: No