erlang:compile
Full name:
eu.lindenbaum:maven-erlang-plugin:1.0.0-beta:compile
Description:
This Mojo compiles the projects erlang sources and
SNMP files.
Attributes:
- Requires a Maven 2.0 project to be executed.
- Binds by default to the lifecycle phase: compile.
Optional Parameters
Name |
Type |
Since |
Description |
debugInfo |
boolean |
- |
Setting this to true will compile all modules with
debug information. Default value is: false. |
erlcOptions |
String[] |
- |
Additional compiler options.
|
Parameter Details
debugInfo:
Setting this to true will compile all modules with
debug information.
- Type: boolean
- Required: No
- Expression: ${debugInfo}
- Default: false
erlcOptions:
Additional compiler options.
- Type: java.lang.String[]
- Required: No