Interface ModelVersionProcessor
- All Known Implementing Classes:
- DefaultModelVersionProcessor
Deprecated.
Allows a fixed set of properties that are valid inside a version and that could be overwritten for example on the
 commandline
- 
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
- 
Method Details- 
isValidPropertyDeprecated.- Parameters:
- property- the property to check
- Returns:
- trueif this is a valid property for this processor
 
- 
overwriteModelPropertiesDeprecated.This method is responsible for examining the request and possibly overwrite of the valid properties in the model- Parameters:
- modelProperties-
- request-
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead