Class BuildModelTransformer
java.lang.Object
org.apache.maven.internal.impl.model.BuildModelTransformer
- All Implemented Interfaces:
- ModelTransformer
ModelSourceTransformer for the build pom
- Since:
- 4.0.0
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringreplaceCiFriendlyVersion(ModelTransformerContext context, String version) protected Optional<BuildModelTransformer.RelativeProject> resolveRelativePath(Path pomFile, ModelTransformerContext context, Path relativePath, String groupId, String artifactId) transform(ModelTransformerContext context, Model model, Path path) 
- 
Constructor Details- 
BuildModelTransformerpublic BuildModelTransformer()
 
- 
- 
Method Details- 
transform- Specified by:
- transformin interface- ModelTransformer
- Parameters:
- context- the context, cannot be null
- model- the model to transform
- path- the pom file, cannot be null
 
- 
replaceCiFriendlyVersion
- 
resolveRelativePathprotected Optional<BuildModelTransformer.RelativeProject> resolveRelativePath(Path pomFile, ModelTransformerContext context, Path relativePath, String groupId, String artifactId) 
 
-