cucumber/cucumber-jvm-scala

Maven central has a bunch of different repos for `cucumber-scala`

mlvandijk opened this issue · 5 comments

Not sure what's going on here, but I see a bunch of different repos for cucumber-scala: https://search.maven.org/#search%7Cga%7C1%7Ccucumber-scala

There are several listed as "Latest version" 2.0.1 or 1.2.5, but with ArtifactId listed as cucumber-scala_2.9, cucumber-scala_2.10, cucumber-scala_2.11, cucumber-scala_2.12

Added a Maven central badge to the README, like we have for cucumber-jvm - it currently lists version as "unknown" probably due to the fact that there are different repos listed.

From the cucumber-scala project three versions are build for scala v2.10, v2.11 and v2.12 respectively. The Maven central badge should probably point to the artifact id cucumber-scala-aggreagator as it (the pom.xml in the scala directory) act as parent for all the different cucumber-scala versions.

Thnx @brasmusson - fixed :)

I think there should be 3 badges. The aggregator project can't be used by anyone.

I've changed the badge and the dependency section to point to the scala_2.12 version. It is the latest and hopefully most relevant.