Full name:
eu.lindenbaum:maven-erlang-plugin:2.2.0:upload-tests
Description:
This Mojo
uploads an application's modules compiled
for test execution and the application's tests onto a remote node.
This will also upload the application's resource files making them
available to the remote node using code:priv_dir/1
.
The modules will be purged once as if c:c/1
would have
been called on a shell.
Attributes:
test
.2.0.0
.test-compile
prior to executing itself.testupload
.Name | Type | Since | Description |
---|---|---|---|
remote | String |
2.0.0 |
The name of the node to upload the compiled code to. Note: The cookie of the remote node has to be set accordingly
using the |
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. |
withDependencies | boolean |
2.0.0 |
Setting this to true will also upload all modules from
the (maven) dependencies on the remote node.Default value is: false . |
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}
The name of the node to upload the compiled code to.
Note: The cookie of the remote node has to be set accordingly
using the cookie
parameter.
java.lang.String
2.0.0
Yes
${remote}
true
will also upload all modules from
the (maven) dependencies on the remote node.boolean
2.0.0
No
${withDependencies}
false