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.StringNojava.io.FileYes${project.reporting.outputDirectory}/test-edocjava.lang.StringNo${testEdocDestDir}test-edocjava.lang.String[]Nojava.io.FileNo${basedir}/src/test/erlang/