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 "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ru.vyarus:gradle-pom-plugin:1.0.0") } } apply(plugin = "ru.vyarus.pom")
- Applying plugins to all subprojects .