jython-compile:jython

Full name:

net.sf.mavenjython:jython-compile-maven-plugin:1.2:jython

Description:

Goal which generates jython-standalone into .

Attributes:

  • Requires a Maven project to be executed.
  • Binds by default to the lifecycle phase: compile.

Required Parameters

Name Type Since Description
outputDirectory File - (no description)

Optional Parameters

Name Type Since Description
libraries List - Libraries needed to include.
pluginArtifacts List - Dependencies. Will be searched for jython
temporaryBuildDirectory File - Caching directory to download and build python packages, as well as extracted jython dir

Parameter Details

libraries:

Libraries needed to include.
  • Type: java.util.List
  • Required: No

outputDirectory:

(no description)
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.outputDirectory}

pluginArtifacts:

Dependencies. Will be searched for jython
  • Type: java.util.List
  • Required: No
  • Expression: ${plugin.artifacts}

temporaryBuildDirectory:

Caching directory to download and build python packages, as well as extracted jython dir
  • Type: java.io.File
  • Required: No
  • Expression: ${jython.temporaryDirectory}