diff --git a/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts b/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts index 5bb8ec7a5e1e1..46538a92ac106 100644 --- a/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/ort-publication-conventions.gradle.kts @@ -43,6 +43,18 @@ configure { artifact(tasks["docsJavadocJar"]) pom { + name = project.name + description = "Part of the OSS Review Toolkit (ORT), a suite to automate software compliance checks." + url = "https://oss-review-toolkit.org/" + + developers { + developer { + name = "The ORT Project Authors" + email = "ort@ossreviewtoolkit.org" + url = "https://github.com/oss-review-toolkit/ort/blob/main/NOTICE" + } + } + licenses { license { name = "Apache-2.0"