ru.vyarus.pom
Owner: Vyacheslav Rusakov
Extends maven-publish plugin abilities
https://github.com/xvik/gradle-pom-plugin
Sources: https://github.com/xvik/gradle-pom-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("ru.vyarus.pom") version "2.2.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ru.vyarus:gradle-pom-plugin:2.2.2") } } apply(plugin = "ru.vyarus.pom")
- Applying plugins to all subprojects .