Kotlin / kotlinx-kover

Apache License 2.0
1.37k stars 53 forks source link

Maven plugin doc errors #657

Closed klys-equinix closed 4 months ago

klys-equinix commented 4 months ago

This link: https://kotlin.github.io/kotlinx-kover/maven-plugin#goals gives 404 https://github.com/Kotlin/kotlinx-kover/blob/933fdb0a15b73013ebbcb97ba7be9a7c89d9ad01/README.md?plain=1#L133

Also this line should probably say Maven not Gradle plugin

Was it published to Maven?

I do not think this works

        <plugin>
          <groupId>org.jetbrains.kotlinx</groupId>
          <artifactId>kover-maven-plugin</artifactId>
          <version>0.8.3</version>
        </plugin>
shanshin commented 4 months ago

Hi, sorry for the inconvenience. Yesterday, the publication of artifacts was delayed due to technical reasons.

Now the releases have been published, an announcement has been made.