org.apache.maven.report.projectinfo
Class DependencyManagementReport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.apache.maven.report.projectinfo.AbstractProjectInfoReport
              extended by org.apache.maven.report.projectinfo.DependencyManagementReport
All Implemented Interfaces:
ContextEnabled, Mojo, MavenMultiPageReport, MavenReport

@Mojo(name="dependency-management",
      requiresDependencyResolution=TEST)
public class DependencyManagementReport
extends AbstractProjectInfoReport

Generates the Project Dependency Management report.

Since:
2.1
Version:
$Id: DependencyManagementReport.java 1359783 2012-07-10 16:57:48Z tchemit $
Author:
Nick Stolwijk

Field Summary
protected  ArtifactMetadataSource artifactMetadataSource
          Artifact metadata source component.
 
Fields inherited from class org.apache.maven.report.projectinfo.AbstractProjectInfoReport
customBundle, factory, localRepository, outputDirectory, project, remoteRepositories, resolver, settings, siteRenderer, siteTool
 
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
DependencyManagementReport()
           
 
Method Summary
 boolean canGenerateReport()
           
 void executeReport(Locale locale)
           
protected  String getI18Nsection()
           
 String getOutputName()
          
 
Methods inherited from class org.apache.maven.report.projectinfo.AbstractProjectInfoReport
execute, getCategoryName, getDescription, getI18N, getI18nString, getName, getOutputDirectory, getProject, getReportOutputDirectory, getSiteRenderer, setReportOutputDirectory
 
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport
closeReport, generate, generate, generate, getSink, getSinkFactory, isExternalReport
 
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
 

Field Detail

artifactMetadataSource

@Component
protected ArtifactMetadataSource artifactMetadataSource
Artifact metadata source component.

Since:
2.4
Constructor Detail

DependencyManagementReport

public DependencyManagementReport()
Method Detail

executeReport

public void executeReport(Locale locale)
Specified by:
executeReport in class AbstractMavenReport

getOutputName

public String getOutputName()


getI18Nsection

protected String getI18Nsection()
Specified by:
getI18Nsection in class AbstractProjectInfoReport

canGenerateReport

public boolean canGenerateReport()
Specified by:
canGenerateReport in interface MavenReport
Overrides:
canGenerateReport in class AbstractMavenReport


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.