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 Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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)  
- 
Field Details
- 
NAMESPACE_PREFIX
- See Also:
 
 
 - 
 - 
Constructor Details
- 
BuildModelTransformer
public BuildModelTransformer() 
 - 
 - 
Method Details
- 
transform
- Specified by:
 transformin interfaceModelTransformer
 - 
replaceCiFriendlyVersion
 - 
resolveRelativePath
protected Optional<BuildModelTransformer.RelativeProject> resolveRelativePath(Path pomFile, ModelTransformerContext context, Path relativePath, String groupId, String artifactId)  
 -