org.apache.maven.plugins.surefire.report
Class SurefireReportOnlyMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.apache.maven.plugins.surefire.report.AbstractSurefireReportMojo
              extended by org.apache.maven.plugins.surefire.report.SurefireReportMojo
                  extended by org.apache.maven.plugins.surefire.report.SurefireReportOnlyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenMultiPageReport, org.apache.maven.reporting.MavenReport

public class SurefireReportOnlyMojo
extends SurefireReportMojo

Creates a nicely formatted Surefire Test Report in html format. This goal does not run the tests, it only builds the reports. This is a workaround for http://jira.codehaus.org/browse/SUREFIRE-257

Since:
2.3
Version:
$Id: SurefireReportOnlyMojo.java 896616 2010-01-06 18:48:40Z dennisl $
Author:
Barrie Treloar

Field Summary
 
Fields inherited from interface org.apache.maven.reporting.MavenReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SurefireReportOnlyMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugins.surefire.report.SurefireReportMojo
getOutputName, getSurefireReportsDirectory
 
Methods inherited from class org.apache.maven.plugins.surefire.report.AbstractSurefireReportMojo
executeReport, getDescription, getName, getOutputDirectory, getProject, getSiteRenderer
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
canGenerateReport, closeReport, execute, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, setReportOutputDirectory
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurefireReportOnlyMojo

public SurefireReportOnlyMojo()


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.