Full name:
eu.lindenbaum:maven-erlang-plugin:2.2.0:show-build-info
Description:
This Mojo
outputs the build information ascertained
by maven to compile Erlang sources. The output is supposed to
enable other tools (like emacs) to reconstruct compilation
commands.
The output is logged at info level and contains:
InfoType ": " InfoValue
where
InfoType
is one of:
src_dir
test_src_dir
include_dir
code_path
InfoValue
is a file path. Both elements a seperated by
the string ": " (colon, space). Attributes:
2.0.0
.compile
prior to executing itself.Name | Type | Since | Description |
---|---|---|---|
cookie | String |
2.0.0 |
The cookie to use for the java and the backend node. |
erlCommand | String |
2.0.0 |
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 erl is
used (assuming the command is part of the hosts PATH ).
The path must not contain any arguments. |
java.lang.String
2.0.0
No
${cookie}
erl
is
used (assuming the command is part of the hosts PATH
).
The path must not contain any arguments.java.lang.String
2.0.0
No
${erlCommand}