When calling bin/plugin -install as given in README installation fails because it cannot download the plugin from the given locations. I tried to manually download the plugin from the given locations but got only 404 errors. What's the correct URL for downloading the plugin?
# bin/plugin -install jprante/elasticsearch-analysis-decompound/1.0.0
-> Installing jprante/elasticsearch-analysis-decompound/1.0.0...
Trying http://download.elasticsearch.org/jprante/elasticsearch-analysis-decompound/elasticsearch-analysis-decompound-1.0.0.zip...
Trying http://search.maven.org/remotecontent?filepath=jprante/elasticsearch-analysis-decompound/1.0.0/elasticsearch-analysis-decompound-1.0.0.zip...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/jprante/elasticsearch-analysis-decompound/1.0.0/elasticsearch-analysis-decompound-1.0.0.zip...
Trying https://github.com/jprante/elasticsearch-analysis-decompound/zipball/v1.0.0... (assuming site plugin)
Failed to install jprante/elasticsearch-analysis-decompound/1.0.0, reason: failed to download out of all possible locations...
ElasticSearch Version: 0.20.5
When calling bin/plugin -install as given in README installation fails because it cannot download the plugin from the given locations. I tried to manually download the plugin from the given locations but got only 404 errors. What's the correct URL for downloading the plugin?