@Mojo(name="junit-reporter",
defaultPhase=VERIFY)
public class TestHTMLReporterMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
cssAmber |
java.lang.String |
cssGreen |
java.lang.String |
cssRed |
boolean |
failOnEmpty |
int |
maxDepth |
java.io.File |
testReportsDir |
java.io.File |
testResultsDir |
| Constructor and Description |
|---|
TestHTMLReporterMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter public boolean failOnEmpty
@Parameter(defaultValue="${project.basedir}/target/")
public java.io.File testResultsDir
@Parameter public int maxDepth
@Parameter(defaultValue="${project.basedir}/target/junit-reporter")
public java.io.File testReportsDir
@Parameter public java.lang.String cssRed
@Parameter public java.lang.String cssAmber
@Parameter public java.lang.String cssGreen