org.apache.maven.plugins.site
Interface MavenReportExecutor

All Known Implementing Classes:
DefaultMavenReportExecutor

public interface MavenReportExecutor

Since:
3.0-beta-1
Author:
Olivier Lamy

Method Summary
 java.util.List<MavenReportExecution> buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest)
           
 

Method Detail

buildMavenReports

java.util.List<MavenReportExecution> buildMavenReports(MavenReportExecutorRequest mavenReportExecutorRequest)
                                                       throws org.apache.maven.plugin.MojoExecutionException
Parameters:
mavenReportExecutorRequest -
Returns:
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.