1 2 3 4 5 6 7 8
publishing { publications { register<MavenPublication>("xmlPlugin") { artifactId = "xml-plugin" from(components["java"]) } } }