You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
I have seen you have committed in the master branch the support for Elasticsearch 2.1.0. I would like to test your plugin, but so far I haven't managed to compile it successfully.
$ mvn package
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building elasticsearch-reindexing 2.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.codelibs:elasticsearch-cluster-runner:jar:2.1.0.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.838 s
[INFO] Finished at: 2015-12-11T14:36:51+01:00
[INFO] Final Memory: 11M/208M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project elasticsearch-reindexing: Could not resolve dependencies for project org.codelibs:elasticsearch-reindexing:jar:2.1.0-SNAPSHOT: Failure to find org.codelibs:elasticsearch-cluster-runner:jar:2.1.0.0-SNAPSHOT in https://oss.sonatype.org/content/repositories/snapshots was cached in the local repository, resolution will not be reattempted until the update interval of sonatype-nexus-snapshots has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
I am not a Java expert, so I was wondering how can make elasticsearch-cluster-runner:jar:2.1.0.0-SNAPSHOT available to maven, so that I can then build successfully your plugin.
The text was updated successfully, but these errors were encountered:
Hi!
I have seen you have committed in the master branch the support for Elasticsearch 2.1.0. I would like to test your plugin, but so far I haven't managed to compile it successfully.
I am not a Java expert, so I was wondering how can make
elasticsearch-cluster-runner:jar:2.1.0.0-SNAPSHOT
available to maven, so that I can then build successfully your plugin.The text was updated successfully, but these errors were encountered: