@Mojo(name="dependency-info") public final class DependencyInformationReport extends AbstractProjectInfoReport
Modifier and Type | Field and Description |
---|---|
protected String |
artifactId |
protected String |
groupId |
protected String |
packaging |
protected String |
version |
customBundle, factory, localRepository, mavenProjectBuilder, outputDirectory, project, remoteRepositories, resolver, settings, siteRenderer, siteTool, skipEmptyReport
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE
Constructor and Description |
---|
DependencyInformationReport() |
Modifier and Type | Method and Description |
---|---|
protected void |
executeReport(Locale locale) |
protected String |
getI18Nsection() |
String |
getOutputName() |
canGenerateReport, execute, getCategoryName, getDescription, getI18N, getI18nString, getName, getOutputDirectory, getPlugin, getPluginParameter, getProject, getReportOutputDirectory, getSiteRenderer, isEmpty, setReportOutputDirectory
closeReport, generate, generate, generate, getInputEncoding, getOutputEncoding, getSink, getSinkFactory, isExternalReport
getLog, getPluginContext, setLog, setPluginContext
@Parameter(defaultValue="${project.groupId}", required=true) protected String groupId
@Parameter(defaultValue="${project.artifactId}", required=true) protected String artifactId
@Parameter(defaultValue="${project.version}", required=true) protected String version
@Parameter(defaultValue="${project.packaging}", required=true) protected String packaging
public String getOutputName()
protected String getI18Nsection()
getI18Nsection
in class AbstractProjectInfoReport
protected void executeReport(Locale locale) throws MavenReportException
executeReport
in class AbstractMavenReport
MavenReportException
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.