reportportal / agent-java-cucumber

Cucumber JVM version [1.0.0; 2.0.0) adapter
Apache License 2.0
26 stars 16 forks source link

Unable to install agent-java-cucumber dependency from Maven Central #73

Closed restagner closed 3 years ago

restagner commented 3 years ago

I'm attempting to install the dependency as outlined in the documentation from Maven Central (https://github.com/reportportal/agent-java-cucumber#installation). Unfortunately, it appears that the dependency may not have been packaged correctly for public consumption. When I attempt to compile my project, I receive the following message

Cannot resolve com.epam.reportportal:agent-java-cucumber:5.1.0-RC-2

Am I missing something?

HardNorth commented 3 years ago

It's probably your network issue. You can find the artifact here: https://repo1.maven.org/maven2/com/epam/reportportal/agent-java-cucumber/5.1.0-RC-2/

As you see it's public and it's available.

Besides this version is set in our examples: https://github.com/reportportal/examples-java/blob/master/example-cucumber/pom.xml#L28 And this project is also builds.