| Package | Description |
|---|---|
| com.redhat.rcm.maven.plugin.buildmetadata.common |
Provides commonly used classes of this project.
|
| Modifier and Type | Method and Description |
|---|---|
ScmControl |
ScmInfo.getScmControl()
Returns the information to control the gathering of SCM meta data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RevisionHelper.provideScmBuildInfo(Properties buildMetaDataProperties,
ScmControl scmControl)
Fetches the revision information and adds it to the property sets.
|
| Constructor and Description |
|---|
ScmInfo(org.apache.maven.scm.manager.ScmManager scmManager,
String connectionType,
String scmDateFormat,
File basedir,
ScmCredentials scmCrendentials,
String tagBase,
int queryRangeInDays,
String buildDatePattern,
ScmControl scmControl,
org.apache.maven.scm.ScmVersion remoteVersion)
Default constructor.
|
Copyright © 2006-2014. All Rights Reserved.