Goal to generate an unit testing report based on ECMAUnit (not available yet)
Mojo Attributes :
| Name | Type | Description |
|---|---|---|
| baseDir | File |
Maven Internal : The base directory. Default is ${basedir} |
| buildDir | String |
Maven Internal : The build directory. Default is ${project.build.directory} |
| Name | Type | Description |
|---|---|---|
| caseSensitive | boolean |
Whether the file selection patterns should be case sensitive. Default is true. |
| ecmaunitHome | String |
A path pointing to a the desired ECMAUnit directory (e.g. /home/username/stuff/ecmaunit). If no value is provided the plugin wil use its own internal version. |
| excludes | String |
The excluded files pattern. Default is empty. |
| helper | MavenProjectHelper |
Maven Internal : A Project Helper instance. |
| includes | String |
The include pattern used to select javascript files for processing. Default is all (recursive) files with a .js extention |
| jsDir | String |
The path to the JavaScript source directory (appended to ${basedir}). Default is src/main/js |
| outputBaseDirectory | String |
The output directory. |
| siteRenderer | SiteRenderer |
Maven Internal : The Doxia Site Renderer. |
Maven Internal : The base directory. Default is ${basedir}
java.io.FileYes${basedir}Maven Internal : The build directory. Default is ${project.build.directory}
java.lang.StringYes${project.build.directory}Whether the file selection patterns should be case sensitive. Default is true.
booleanNotrueA path pointing to a the desired ECMAUnit directory (e.g. /home/username/stuff/ecmaunit). If no value is provided the plugin wil use its own internal version.
java.lang.StringNoThe excluded files pattern. Default is empty.
java.lang.StringNoMaven Internal : A Project Helper instance.
org.apache.maven.project.MavenProjectHelperNoThe include pattern used to select javascript files for processing. Default is all (recursive) files with a .js extention
java.lang.StringNoThe path to the JavaScript source directory (appended to ${basedir}). Default is src/main/js
java.lang.StringNosrc/main/jsThe output directory.
java.lang.StringNo${project.build.directory}/site/Maven Internal : The Doxia Site Renderer.
org.codehaus.doxia.site.renderer.SiteRendererNo