public abstract class AbstractMetaDataProvider extends Object 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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMetaDataProvider()
Default constructor.
|
protected 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.