| Package | Description |
|---|---|
| com.redhat.rcm.maven.plugin.buildmetadata |
The core package for calculating build meta data for
Maven.
|
| com.redhat.rcm.maven.plugin.buildmetadata.data |
Provides classes that provide meta data.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Provider> |
AbstractBuildMojo.providers
The list of meta data providers to launch that contribute to the meta data.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBuildMojo.provideBuildMetaData(Properties buildMetaDataProperties,
ScmInfo scmInfo,
List<Provider> providers,
boolean runAtEndOfBuild)
Adds the information as build properties for each provider.
|
| Modifier and Type | Method and Description |
|---|---|
MetaDataProvider |
MetaDataProviderBuilder.build(Provider config)
Creates a configured instance of the
MetaDataProvider interface. |
Copyright © 2006-2014. All Rights Reserved.