Try to use Elasticsearch plugin

Hi,

I just try to use the Elasticsearch plugin (https://github.com/camunda/camunda-bpm-elasticsearch).

As the user manual propose, I type the command: mvn clean jetty:run -Pdevelop but it is missing a .jar in repository.
Last update was 3 years ago.

Does this plugin still active/available ?

Carlo

LOG:

Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/camunda/bpm/extension/elasticsearch/elasticsearch-engine-integration/1.0.0-SNAPSHOT/elasticsearch-engine-integration-1.0.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:33 min
[INFO] Finished at: 2018-01-05T09:49:22-02:00
[INFO] Final Memory: 11M/185M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elasticsearch-cockpit-plugin: Could not resolve dependencies for project org.camunda.bpm.extension.elasticsearch:elasticsearch-cockpit-plugin:jar:1.0.0-SNAPSHOT: Could not find artifact org.camunda.bpm.extension.elasticsearch:elasticsearch-engine-integration:jar:1.0.0-SNAPSHOT in camunda-bpm-nexus (https://app.camunda.com/nexus/content/groups/public/) -> [Help 1]

Hi @carloborsoi,

did you run mvn clean install first? This will build all the modules and put them in your local Maven repo, including the one that is missing.

Hi @sdorokhova,

Sorry … it works fine now !

Thanks
Carlo