Full name:
net.sf.maven-erlang:erlang-plugin:1.0-SNAPSHOT:test
Description:
Attributes:
test
.test
.Name | Type | Since | Description |
---|---|---|---|
codeCoverage | boolean |
- |
If we should use code coverage. |
debugInfo | boolean |
- |
If debugging information should be included. Default value is: false . |
dialyzerOptions | String[] |
- |
Additional dialyzer options. |
dialyzerWarningsAreErrors | boolean |
- |
If dialyzer warnings are to be considered as errors. Default value is: false . |
dialyzerWithDependencies | boolean |
- |
If dialyzer should be run with the dependencies. This is *much*
slower. Default value is: false . |
erlPath | String |
- |
Path to the erlang installation directory. |
erlcOptions | String[] |
- |
Additional compilation options. |
eunitPath | String |
- |
Path to eunit. |
eunitXml | boolean |
- |
If eunit is capable of generating XML reports. |
failIfNoTests | boolean |
- |
Set this to "true" to cause a failure if there are no tests to run. Defaults to false. |
forceDialyzer | boolean |
- |
Set this to 'true' to force running dialyzer, i.e. even if beams are not newer than latest run. |
libDirectory | File |
- |
Directories where dependencies are unpacked. This directory contains OTP applications (name-version directories, with include and ebin sub directories). |
maven_test_skip | boolean |
- |
Set this to 'true' to skip running tests. This also skips dialyzer. |
skipTests | boolean |
- |
Set this to 'true' to skip running tests. |
surefireReports | boolean |
- |
If we should generate surefire-compatible reports. |
surefireReportsDirectory | File |
- |
Directory where the reports should be created. |
test | String |
- |
Set this to the name of a single test case to run. Defaults to run all test cases. |
testBeamDirectory | File |
- |
Directory where the beam files are created. |
testFailureIgnore | boolean |
- |
Set this to true to ignore a failure during testing. |
testSuffix | String |
- |
Test files suffix. |
boolean
No
boolean
No
false
java.lang.String[]
No
boolean
No
false
boolean
No
false
erlPath :
java.lang.String
No
java.lang.String[]
No
java.lang.String
No
eunitXml :
boolean
No
boolean
No
${failIfNoTests}
boolean
No
${forceDialyzer}
java.io.File
No
${project.build.directory}/lib/
boolean
No
${maven.test.skip}
boolean
No
${skipTests}
boolean
No
java.io.File
No
${project.build.directory}/surefire-reports
test :
java.lang.String
No
${test}
java.io.File
No
${project.build.directory}/test
boolean
No
${maven.test.failure.ignore}
java.lang.String
No
_test