Note:This goal should be used as a Maven report.
Full name:
org.postgresql:pljava-pgxs:1.6.8:scripted-report
Description:
MavenReport
during the
LifecyclePhase.SITE
.
This plugin goal intends to allow the use of scripting in the
SITE
lifecycle phase with the help of
ReportScript
. The motivation behind this is the
inability to use Maven AntRun in the SITE
phase.
Attributes:
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 |
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.
org.codehaus.plexus.configuration.PlexusConfiguration
No