Note: This goal should be used as a Maven report.
Full name:
net.sf.maven-erlang:erlang-plugin:1.0-SNAPSHOT:test-edoc
Description:
Attributes:
generate-test-sources
.Name | Type | Since | Description |
---|---|---|---|
outputDirectory | File |
- |
Destination directory. Default value is: ${project.reporting.outputDirectory}/test-edoc . |
Name | Type | Since | Description |
---|---|---|---|
erlPath | String |
- |
Path to the erlang installation directory. |
testEdocDestDir | String |
- |
Name of the destination directory. Default value is: test-edoc . |
testEdocOptions | String[] |
- |
Edoc options. |
testSourceDirectory | File |
- |
Directory with module test source code. |
erlPath :
java.lang.String
No
java.io.File
Yes
${project.reporting.outputDirectory}/test-edoc
java.lang.String
No
${testEdocDestDir}
test-edoc
java.lang.String[]
No
java.io.File
No
${basedir}/src/test/erlang/