erlang:run

Full name:

eu.lindenbaum:maven-erlang-plugin:1.0.0-beta:run

Description:

This Mojo runs a, erlang-otp packaged project interactively in a shell. Therefore an erlang shell with sasl is started and the application is started using application:start/1. To package and start the application simply use

mvn erlang:run


BUG It is known that control characters cannot be used in the interactive shell.

TODO Running release projects is currently not supported, but could be useful to be implemented in the future.

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Invokes the execution of the lifecycle phase package prior to executing itself.

Optional Parameters

Name Type Since Description
runOptions String[] - Additional list of command line options, passed when starting the application.

NOTE: -boot start_sasl and the path to the resolved application dependencies (with -pa) are always added.


Parameter Details

runOptions:

Additional list of command line options, passed when starting the application.

NOTE: -boot start_sasl and the path to the resolved application dependencies (with -pa) are always added.

  • Type: java.lang.String[]
  • Required: No