scmAccessInfo, scmInfo.getBuildDatePattern());
helper.provideScmBuildInfo(buildMetaDataProperties, scmControl);
}
catch (final ScmRepositoryException e)
{
throw new ScmNoRevisionException(
"Unable to determine SCM revision information.", e );
}
catch (final NoSuchScmProviderException e)
{
throw new ScmNoRevisionException(
"Unable to determine SCM revision information.", e );
}
}
else
{