Class DefaultModelVersionProcessor
java.lang.Object
org.apache.maven.model.interpolation.DefaultModelVersionProcessor
- All Implemented Interfaces:
- ModelVersionProcessor
@Named
@Singleton
@Deprecated(since="4.0.0")
public class DefaultModelVersionProcessor
extends Object
implements ModelVersionProcessor
Deprecated.
Maven default implementation of the 
ModelVersionProcessor to support
 CI Friendly Versions- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanisValidProperty(String property) Deprecated.voidoverwriteModelProperties(Properties modelProperties, ModelBuildingRequest request) Deprecated.This method is responsible for examining the request and possibly overwrite of the valid properties in the model
- 
Constructor Details- 
DefaultModelVersionProcessorpublic DefaultModelVersionProcessor()Deprecated.
 
- 
- 
Method Details- 
isValidPropertyDeprecated.- Specified by:
- isValidPropertyin interface- ModelVersionProcessor
- Parameters:
- property- the property to check
- Returns:
- trueif this is a valid property for this processor
 
- 
overwriteModelPropertiesDeprecated.Description copied from interface:ModelVersionProcessorThis method is responsible for examining the request and possibly overwrite of the valid properties in the model- Specified by:
- overwriteModelPropertiesin interface- ModelVersionProcessor
- Parameters:
- modelProperties-
- request-
 
 
- 
ModelBuilderinstead