Note: This goal should be used as a Maven report.
Full name:
net.sf.maven-erlang:erlang-plugin:1.0-SNAPSHOT:cover-report
Description:
Attributes:
test
prior to executing itself.cover-report
.Name | Type | Since | Description |
---|---|---|---|
outputDirectory | File |
- |
The output directory for the report. Default value is: ${project.reporting.outputDirectory} . |
outputName | String |
- |
The filename to use for the report. Default value is: cover-report . |
Name | Type | Since | Description |
---|---|---|---|
erlPath | String |
- |
Path to the erlang installation directory. |
sourceDirectory | File |
- |
Directory with module source code. |
testBeamDirectory | File |
- |
Directory where the beam files are created. |
testSourceDirectory | File |
- |
Directory with test module source code. |
xslStylesheet | File |
- |
The stylesheet for the transformation. If not present, the plug-in will use the default stylesheet. |
erlPath :
java.lang.String
No
java.io.File
Yes
${project.reporting.outputDirectory}
java.lang.String
Yes
${outputName}
cover-report
java.io.File
No
${basedir}/src/main/erlang/
java.io.File
No
${project.build.directory}/test
java.io.File
No
${basedir}/src/test/erlang/
java.io.File
No