freehep-jas:install

Full name:

org.freehep:freehep-jas-plugin:2.0.1:install

Description:

(no description)

Attributes:

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

Optional Parameters

Name Type Since Description
dependencyNames Map - Translations for all dependencies.
includes List - List of dependencies to include in the copy. If not specified (default) all dependencies will be copied. If empty list is specified no dependencies will be copied. Entries are to be specified using format "groupId:artifactId".
jarName String - The name the artifact is translated to for JAS. Defaults to ${artifactId}
jasUserDirectory File - The directory in which to install the extensions. Defaults to "${user.home}/.JAS3"

Parameter Details

dependencyNames:

Translations for all dependencies.
  • Type: java.util.Map
  • Required: No

includes:

List of dependencies to include in the copy. If not specified (default) all dependencies will be copied. If empty list is specified no dependencies will be copied. Entries are to be specified using format "groupId:artifactId".
  • Type: java.util.List
  • Required: No

jarName:

The name the artifact is translated to for JAS. Defaults to ${artifactId}
  • Type: java.lang.String
  • Required: No

jasUserDirectory:

The directory in which to install the extensions. Defaults to "${user.home}/.JAS3"
  • Type: java.io.File
  • Required: No
  • Expression: ${jas3.user.dir}