[hadoop] - Snapshots on Sonatype refer to zip instead of jar

Hi,

I'm trying to get snapshot versions for elasticsearch-hadoop, however the maven-metadata.xml refers to a zip. It seems everyday 2 releases are made, 1 jar and 1 zip, but only the zip build is referred to.
https://oss.sonatype.org/content/repositories/snapshots/org/elasticsearch/elasticsearch-hadoop/7.11.0-SNAPSHOT/maven-metadata.xml

This results in the following Gradle error:

Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find elasticsearch-hadoop-7.11.0-SNAPSHOT.jar (org.elasticsearch:elasticsearch-hadoop:7.11.0-SNAPSHOT:20201123.195414-80).
     Searched in the following locations:
         https://oss.sonatype.org/content/repositories/snapshots/org/elasticsearch/elasticsearch-hadoop/7.11.0-SNAPSHOT/elasticsearch-hadoop-7.11.0-20201123.195414-80.jar

Is there a reason behind this construction?

Best regards,
Jeroen

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.