}
interpolator.addValueSource( new PrefixedPropertiesValueSource(
InterpolationConstants.PROJECT_PROPERTIES_PREFIXES,
project.getProperties(), true ) );
interpolator.addValueSource( new PrefixedObjectValueSource( InterpolationConstants.PROJECT_PREFIXES, project,
true ) );
final Properties settingsProperties = new Properties();
if ( configSource.getLocalRepository() != null )
{