Package org.apache.maven.model.building
Interface ModelSourceTransformer
Deprecated.
The ModelSourceTransformer is a way to transform the local pom while streaming the input.
 The 
transform(Path, TransformerContext, Model) method uses a Path on purpose, to ensure the
 local pom is the original source.- Since:
- 4.0.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidtransform(Path pomFile, TransformerContext context, Model model) Deprecated.
- 
Method Details- 
transformDeprecated.- Parameters:
- pomFile- the pom file, cannot be null
- context- the context, cannot be null
- model- the model to transform
- Throws:
- TransformerException- if the transformation fails
 
 
- 
ModelBuilderinstead