Package io.quarkus.maven.utilities
Interface PomTransformer.Transformation
- Enclosing class:
PomTransformer
public static interface PomTransformer.Transformation
A transformation of a DOM
-
Method Summary
Modifier and TypeMethodDescriptionaddManagedDependency(String groupId, String artifactId, String version) addManagedPlugin(org.apache.maven.model.Plugin plugin) addProperty(String name, String value) voidperform(Document document, PomTransformer.TransformationContext context) Perform thisPomTransformer.Transformationon the givendocument
-
Method Details
-
addModule
-
addProperty
-
addDependencyManagementIfNeeded
-
addPluginManagementIfNeeded
-
addManagedDependency
static PomTransformer.Transformation addManagedDependency(String groupId, String artifactId, String version) -
addManagedDependency
-
addManagedPlugin
-
perform
Perform thisPomTransformer.Transformationon the givendocument- Parameters:
document- theDocumentto transformcontext- the currentPomTransformer.TransformationContext
-