diff --git a/maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt b/maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt index 6ae4eaf82..965b62f15 100644 --- a/maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt +++ b/maven-binding-builder/src/main/kotlin/io/github/typesafegithub/workflows/mavenbinding/PomBuilding.kt @@ -6,6 +6,7 @@ internal const val LATEST_RELASED_LIBRARY_VERSION = "3.0.0" internal fun ActionCoords.buildPomFile(): String { val nameForRepo = name.substringBefore("__") + val nameForDisplay = name.replace("__", "/") return """ @@ -13,8 +14,8 @@ internal fun ActionCoords.buildPomFile(): String { $owner $name $version - $name - Auto-generated binding for $owner/$name@$version. + $nameForDisplay + Auto-generated binding for $owner/$nameForDisplay@$version. https://github.com/$owner/$nameForRepo scm:git:git://github.com/$owner/$nameForRepo.git/