| Package | Description |
|---|---|
| com.redhat.rcm.maven.plugin.buildmetadata |
The core package for calculating build meta data for
Maven.
|
| com.redhat.rcm.maven.plugin.buildmetadata.common |
Provides commonly used classes of this project.
|
| com.redhat.rcm.maven.plugin.buildmetadata.data |
Provides classes that provide meta data.
|
| com.redhat.rcm.maven.plugin.buildmetadata.io |
Provides classes that write build meta data to files.
|
| com.redhat.rcm.maven.plugin.buildmetadata.scm.maven |
Provides an implementation to access SCM systems based on the Apache Maven
SCM implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BuildMetaDataMojo
Provides the build properties.
|
class |
BuildPointMojo
Adds the build time to the properties file and runs all providers flagged
with
Provider.RUN_AT_BUILD_POINT
. |
| Modifier and Type | Class and Description |
|---|---|
class |
RevisionHelper
Helper to access the revision information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetaDataProvider
Base implementation for
MetaDataProviders. |
class |
MavenMetaDataProvider
Extracts information from the Maven project, session, and runtime
information.
|
class |
ScmMetaDataProvider
Extracts information from the Maven project, session, and runtime
information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SdocBuilder
Creates an XML report with the build meta data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MavenScmRevisionNumberFetcher
Implementation on the Maven SCM implementation to fetch the latest revision
number.
|
Copyright © 2006-2014. All Rights Reserved.