| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Property> |
AbstractBuildMojo.properties
The list of a system properties or environment variables to be selected by
the user to include into the build meta data properties.
|
protected List<Property> |
BuildReportMojo.properties
The list of a system properties or environment variables to be selected by
the user to include into the build meta data properties.
|
| Constructor and Description |
|---|
BuildReportRenderer(FilePathNormalizer filePathNormalizer,
ResourceBundle messages,
org.apache.maven.doxia.sink.Sink sink,
File buildMetaDataPropertiesFile,
List<Property> properties)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Properties |
Constant.calcNonStandardProperties(Properties buildMetaDataProperties,
List<Property> userProperties)
Calculates the non standard properties relevant for the misc section.
|
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
MavenMetaDataSelection.getSelectedSystemProperties()
Returns the list of a system properties or environment variables to be
selected by the user to include into the build meta data properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MavenMetaDataSelection.setSelectedSystemProperties(List<Property> selectedSystemProperties)
Sets the list of a system properties or environment variables to be
selected by the user to include into the build meta data properties.
|
| Constructor and Description |
|---|
BuildXmlFileHelper(String projectRootPath,
org.apache.maven.plugin.logging.Log log,
File xmlOutputFile,
List<Property> selectedProperties)
Default constructor.
|
SdocBuilder(FilePathNormalizer filePathNormalizer,
Document document,
Properties buildMetaDataProperties,
List<Property> selectedProperties)
Default constructor.
|
Copyright © 2006-2014. All Rights Reserved.