Full name:
eu.lindenbaum:maven-erlang-plugin:2.2.0:test-compile
Description:
debug_info
, export_all
and
{d, 'TEST'}
. This will also compile the supporting
erlang sources provided along with the plugin.Attributes:
test
.test-compile
.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 erl is
used (assuming the command is part of the hosts PATH ).
The path must not contain any arguments. |
skipTests | boolean |
- |
Setting this to true will skip the test compilation.Default value is: false . |
testCompileFirst | String[] |
2.1.0 |
Optional list of files that will be compiled first (and in the
given order). For example
<testCompileFirst> <file>foo.erl</file> <file>bar.erl</file> <file>baz.erl</file> </testCompileFirst> |
testCompilerOptions | String |
- |
Additional compiler options (comma separated) for test compilation
that are directly passed to compile:file/2 , e.g.
"{d, Macro}, nowarn_unused_function" . Note: The user
may not specifiy one of the report options since the
Mojo itself uses the return option
internally. Warnings and Errors will be printed without specifying
extra options. |
java.lang.String
No
${cookie}
erl
is
used (assuming the command is part of the hosts PATH
).
The path must not contain any arguments.java.lang.String
No
${erlCommand}
true
will skip the test compilation.boolean
No
${skipTests}
false
<testCompileFirst> <file>foo.erl</file> <file>bar.erl</file> <file>baz.erl</file> </testCompileFirst>
java.lang.String[]
2.1.0
No
${testCompileFirst}
compile:file/2
, e.g.
"{d, Macro}, nowarn_unused_function"
. Note: The user
may not specifiy one of the report
options since the
Mojo
itself uses the return
option
internally. Warnings and Errors will be printed without specifying
extra options.java.lang.String
No
${testCompilerOptions}