pljava-pgxs:scripted-goal

Full name:

org.postgresql:pljava-pgxs:1.6.8:scripted-goal

Description:

Maven plugin goal to use JavaScript (or another JSR 223 script engine) during any of build lifecycle phases.

The Mojo provides a limited subset of the functionality of the Maven AntRun Plugin. This is intentional to simplify usage, as this Maven plugin is specifically targeted at building PL/Java native code.

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: test.
  • Binds by default to the lifecycle phase: compile.

Optional Parameters

Name Type Since Description
<script> PlexusConfiguration - (no description)

Parameter Details

<script>

(no description)
  • Type: org.codehaus.plexus.configuration.PlexusConfiguration
  • Required: No