Uses of Class
eu.maveniverse.domtrip.maven.PomEditor
-
-
Uses of PomEditor in eu.maveniverse.domtrip.maven
Methods in eu.maveniverse.domtrip.maven with parameters of type PomEditor Modifier and Type Method Description intPomEditor.Dependencies. alignAllToParent(PomEditor parentEditor, AlignOptions options)Moves all dependency versions from this (child) POM to the parent POM's<dependencyManagement>, making all child dependencies version-less.booleanPomEditor.Dependencies. alignToParent(Coordinates coords, PomEditor parentEditor, AlignOptions options)Moves a single dependency's version from this (child) POM to the parent POM's<dependencyManagement>, making the child dependency version-less.
-