Cucumber-jvm: Cannot access cucumber-java 5.0.0 from Maven Central Repository

Created on 19 Jan 2020  路  5Comments  路  Source: cucumber/cucumber-jvm

Describe the bug
Latest final version of cucumber-java was released inside the Maven Central repository, but it seems that the JAR file cannot be downloaded

To Reproduce
https://repo1.maven.org/maven2/io/cucumber/cucumber-java/5.0.0/cucumber-java-5.0.0.jar

Not Found

bug

All 5 comments

Maven Central is having issues with their CDN. You may have to wait until Monday to see it fixed. Micro meter is having the same issues. See:

Mean while you can checkout v5.0.0 and build it with mvn clean install -DskipTests -DskipITs.

Thanks!

@mpkorstanje , I know it's reported here:

https://issues.sonatype.org/browse/OSSRH-54620

Would you consider uploading a new 5.0.1 release to maven central?

Issue is fixed.
All cucumber jvm dependencies with final version 5.0.0 can now be downloaded.
Thanks @mpkorstanje

Make sure to run Maven with -U to purge the cached failures.

Was this page helpful?
0 / 5 - 0 ratings