Groovy Documentation

org.gradle.api.publication.maven
[Groovy] Interface MavenPomCustomizer


interface MavenPomCustomizer

Method Summary
void call(groovy.lang.Closure pomBuilder)

void whenConfigured(groovy.lang.Closure modelTransformer)

void withXml(groovy.lang.Closure xmlTransformer)

 

Method Detail

call

void call(groovy.lang.Closure pomBuilder)


whenConfigured

void whenConfigured(groovy.lang.Closure modelTransformer)


withXml

void withXml(groovy.lang.Closure xmlTransformer)


 

Groovy Documentation