Full name:
eu.lindenbaum:maven-erlang-plugin:2.1.0:package-release
Description:
Mojo packages/creates a release
.tar.gz using the erlang systools
modules. The build can be customized by providing additional
options through the tarOptions parameter.Attributes:
package.| Name | Type | Since | Description | 
|---|---|---|---|
| cookie | String | - | The cookie to use for the java and the backend node. | 
| erlCommand | String | - | The erlang command used to start an erlang backend node. The path
must exist and the destination must be executable. If the given
command does not fullfill these requirements erlis
used (assuming the command is part of the hostsPATH).
The path must not contain any arguments. | 
| includeErts | boolean | - | Setting this to  Note: The resulting package is then highly system dependent since it contains the erlang emulator (C code) from the backend nodes erlang installation. Default value is: false. | 
| tarOptions | String | - | Additional options for systools:make_tar/2(comma
separated). Note: Thesilentoption is passed by the
plugin, do not overwrite. | 
java.lang.StringNo${cookie}erl is
used (assuming the command is part of the hosts PATH).
The path must not contain any arguments.java.lang.StringNo${erlCommand}Setting this to true will include the backend
node's erlang emulator into the release package.
Note: The resulting package is then highly system dependent since it contains the erlang emulator (C code) from the backend nodes erlang installation.
booleanNo${includeErts}falsesystools:make_tar/2 (comma
separated). Note: The silent option is passed by the
plugin, do not overwrite.java.lang.StringNo${tarOptions}