public abstract class AbstractMetaDataProvider extends AbstractBuildMojo implements MetaDataProvider
MetaDataProviders.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project
The Maven project.
|
protected org.apache.maven.execution.RuntimeInformation |
runtime
The runtime information of the Maven instance being executed for the build.
|
protected ScmInfo |
scmInfo
Information for the SCM provided to the build plugin.
|
protected org.apache.maven.execution.MavenSession |
session
The Maven session instance.
|
addToFilters, createManifestFile, createPropertiesReport, createXmlReport, manifestFile, manifestSection, properties, propertiesOutputFile, providers, remoteVersion, settingsDecrypter, writeProtectFiles, xmlOutputFile| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMetaDataProvider()
Default constructor.
|
execute, getProject, isCreatePropertiesReport, provideBuildMetaData, setCreatePropertiesReport, setProject, setPropertiesOutputFile, setSession, updateMavenEnvironmentgetLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprovideBuildMetaDataprotected org.apache.maven.project.MavenProject project
protected org.apache.maven.execution.MavenSession session
protected org.apache.maven.execution.RuntimeInformation runtime
protected ScmInfo scmInfo
Copyright © 2006-2014. All Rights Reserved.