public interface PomDependencyManagementConfigurer extends Action<XmlProvider>
PomDependencyManagementConfigurer is used to configure the dependency management of a Gradle-generated
Maven pom.| Modifier and Type | Method and Description |
|---|---|
void |
configurePom(groovy.util.Node pom)
Configures the dependency management of the given
pom. |
void |
execute(XmlProvider xmlProvider)
Configures the dependency management of the pom that's available from the given
xmlProvider. |
void execute(XmlProvider xmlProvider)
xmlProvider.execute in interface Action<XmlProvider>xmlProvider - the provider of the pom's XMLvoid configurePom(groovy.util.Node pom)
pom.pom - the pom to configure