Fork me on GitHub

osgi-distribution:prepare

Full name:

fr.liglab.adele.common:maven-osgi-distribution-plugin:1.0.2:prepare

Description:

Goal which prepares a distribution for the zip mojo.

Attributes:

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

Optional Parameters

Name Type Since Description
defaultDistribDirectoryName String - (no description)
defaultOutputDirectory String - Default output directory
Default value is: load.
flattenDP boolean - Unzip Deployment packages into the output directory. The structure is flattened into the output directory.
Default value is: false.
generateScripts boolean - Generate or not starter scripts
Default value is: false.

Parameter Details

defaultDistribDirectoryName:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${project.artifactId}

defaultOutputDirectory:

Default output directory
  • Type: java.lang.String
  • Required: No
  • Default: load

flattenDP:

Unzip Deployment packages into the output directory. The structure is flattened into the output directory.
  • Type: boolean
  • Required: No
  • Default: false

generateScripts:

Generate or not starter scripts
  • Type: boolean
  • Required: No
  • Default: false