diff --git a/migrate.sh b/migrate.sh index c8f80ccd828..a47e73c0482 100755 --- a/migrate.sh +++ b/migrate.sh @@ -68,7 +68,7 @@ function migratePlugin() { mkdir -p plugins/$1 git mv -k * plugins/$1 > /dev/null 2>/dev/null git rm .gitignore > /dev/null 2>/dev/null - # echo "### change $1 groupId to org.elasticsearch.plugins" + # echo "### change $1 groupId to org.elasticsearch.plugin" # Change the groupId to avoid conflicts with existing 2.0.0 versions. replaceLine " org.elasticsearch<\/groupId>" " org.elasticsearch.plugin<\/groupId>" "plugins/$1/pom.xml" diff --git a/plugins/analysis-icu/pom.xml b/plugins/analysis-icu/pom.xml index a25f6f350f5..b13f69dbd53 100644 --- a/plugins/analysis-icu/pom.xml +++ b/plugins/analysis-icu/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-analysis-icu - Elasticsearch ICU Analysis plugin + analysis-icu + Plugin: Analysis: ICU The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components. diff --git a/plugins/analysis-kuromoji/pom.xml b/plugins/analysis-kuromoji/pom.xml index d6e87ad17d9..71d290fddc1 100644 --- a/plugins/analysis-kuromoji/pom.xml +++ b/plugins/analysis-kuromoji/pom.xml @@ -6,13 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-analysis-kuromoji - jar - Elasticsearch Japanese (kuromoji) Analysis plugin + analysis-kuromoji + Plugin: Analysis: Japanese (kuromoji) The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch. diff --git a/plugins/analysis-phonetic/pom.xml b/plugins/analysis-phonetic/pom.xml index ae3b7917872..a5b726ecf7d 100644 --- a/plugins/analysis-phonetic/pom.xml +++ b/plugins/analysis-phonetic/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-analysis-phonetic - Elasticsearch Phonetic Analysis plugin + analysis-phonetic + Plugin: Analysis: Phonetic The Phonetic Analysis plugin integrates phonetic token filter analysis with elasticsearch. diff --git a/plugins/analysis-smartcn/pom.xml b/plugins/analysis-smartcn/pom.xml index a25e787cccb..294dbaa4b7a 100644 --- a/plugins/analysis-smartcn/pom.xml +++ b/plugins/analysis-smartcn/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-analysis-smartcn - Elasticsearch Smart Chinese Analysis plugin + analysis-smartcn + Plugin: Analysis: Smart Chinese (smartcn) Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch. diff --git a/plugins/analysis-stempel/pom.xml b/plugins/analysis-stempel/pom.xml index 7fcce1d14af..139e3dbd908 100644 --- a/plugins/analysis-stempel/pom.xml +++ b/plugins/analysis-stempel/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-analysis-stempel - Elasticsearch Stempel (Polish) Analysis plugin + analysis-stempel + Plugin: Analysis: Polish (stempel) The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch. diff --git a/plugins/cloud-aws/pom.xml b/plugins/cloud-aws/pom.xml index 03d157eadff..157a35077d8 100644 --- a/plugins/cloud-aws/pom.xml +++ b/plugins/cloud-aws/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-cloud-aws - Elasticsearch AWS cloud plugin + cloud-aws + Plugin: Cloud: AWS The Amazon Web Service (AWS) Cloud plugin allows to use AWS API for the unicast discovery mechanism and add S3 repositories. diff --git a/plugins/cloud-azure/pom.xml b/plugins/cloud-azure/pom.xml index c7c83816320..f7fa9dceb2d 100644 --- a/plugins/cloud-azure/pom.xml +++ b/plugins/cloud-azure/pom.xml @@ -17,12 +17,12 @@ governing permissions and limitations under the License. --> org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-cloud-azure - Elasticsearch Azure cloud plugin + cloud-azure + Plugin: Cloud: Azure The Azure Cloud plugin allows to use Azure API for the unicast discovery mechanism and add Azure storage repositories. diff --git a/plugins/cloud-gce/pom.xml b/plugins/cloud-gce/pom.xml index 1d62fdb327e..724036aafcd 100644 --- a/plugins/cloud-gce/pom.xml +++ b/plugins/cloud-gce/pom.xml @@ -17,12 +17,12 @@ governing permissions and limitations under the License. --> org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-cloud-gce - Elasticsearch Google Compute Engine cloud plugin + cloud-gce + Plugin: Cloud: Google Compute Engine The Google Compute Engine (GCE) Cloud plugin allows to use GCE API for the unicast discovery mechanism. diff --git a/plugins/delete-by-query/pom.xml b/plugins/delete-by-query/pom.xml index d7ea468088e..07d3bb8fbe8 100644 --- a/plugins/delete-by-query/pom.xml +++ b/plugins/delete-by-query/pom.xml @@ -17,12 +17,12 @@ governing permissions and limitations under the License. --> org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-delete-by-query - Elasticsearch Delete By Query plugin + delete-by-query + Plugin: Delete By Query The Delete By Query plugin allows to delete documents in Elasticsearch with a single query. diff --git a/plugins/jvm-example/pom.xml b/plugins/jvm-example/pom.xml index 0bfd84b82b9..be67cf54eb1 100644 --- a/plugins/jvm-example/pom.xml +++ b/plugins/jvm-example/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-jvm-example - Elasticsearch example JVM plugin + jvm-example + Plugin: JVM example Demonstrates all the pluggable Java entry points in Elasticsearch diff --git a/plugins/lang-javascript/pom.xml b/plugins/lang-javascript/pom.xml index f283aa73989..eaaa29a34b7 100644 --- a/plugins/lang-javascript/pom.xml +++ b/plugins/lang-javascript/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-lang-javascript - Elasticsearch JavaScript language plugin + lang-javascript + Plugin: Language: JavaScript The JavaScript language plugin allows to have javascript as the language of scripts to execute. diff --git a/plugins/lang-python/pom.xml b/plugins/lang-python/pom.xml index 704aff5379c..7b44f61889b 100644 --- a/plugins/lang-python/pom.xml +++ b/plugins/lang-python/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-lang-python - Elasticsearch Python language plugin + lang-python + Plugin: Language: Python The Python language plugin allows to have python as the language of scripts to execute. diff --git a/plugins/mapper-size/pom.xml b/plugins/mapper-size/pom.xml index 2ec3d475e2b..bd483e1868d 100644 --- a/plugins/mapper-size/pom.xml +++ b/plugins/mapper-size/pom.xml @@ -17,12 +17,12 @@ governing permissions and limitations under the License. --> org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-mapper-size - Elasticsearch Mapper size plugin + mapper-size + Plugin: Mapper: Size The Mapper Size plugin allows document to record their uncompressed size at index time. diff --git a/plugins/pom.xml b/plugins/pom.xml index fbf88b089fe..f9a976b4946 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -6,10 +6,10 @@ 4.0.0 org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT pom - Elasticsearch Plugin POM + Plugin: Parent POM 2009 A parent project for Elasticsearch plugins diff --git a/plugins/site-example/pom.xml b/plugins/site-example/pom.xml index f346678ffc0..3c25d5ae130 100644 --- a/plugins/site-example/pom.xml +++ b/plugins/site-example/pom.xml @@ -6,12 +6,12 @@ org.elasticsearch.plugin - elasticsearch-plugin + plugins 2.1.0-SNAPSHOT - elasticsearch-site-example - Elasticsearch Example site plugin + site-example + Plugin: Example site Demonstrates how to serve resources via elasticsearch. diff --git a/pom.xml b/pom.xml index 47f6779ef46..787a4b07f0e 100644 --- a/pom.xml +++ b/pom.xml @@ -1216,6 +1216,7 @@ org.eclipse.jdt.ui.text.custom_code_templates= + diff --git a/qa/smoke-test-plugins/pom.xml b/qa/smoke-test-plugins/pom.xml index b56bc35e57b..5fed8b67d6e 100644 --- a/qa/smoke-test-plugins/pom.xml +++ b/qa/smoke-test-plugins/pom.xml @@ -247,7 +247,7 @@ org.elasticsearch.plugin - elasticsearch-analysis-kuromoji + analysis-kuromoji ${elasticsearch.version} zip true @@ -255,7 +255,7 @@ org.elasticsearch.plugin - elasticsearch-analysis-smartcn + analysis-smartcn ${elasticsearch.version} zip true @@ -263,7 +263,7 @@ org.elasticsearch.plugin - elasticsearch-analysis-stempel + analysis-stempel ${elasticsearch.version} zip true @@ -271,7 +271,7 @@ org.elasticsearch.plugin - elasticsearch-analysis-phonetic + analysis-phonetic ${elasticsearch.version} zip true @@ -279,7 +279,7 @@ org.elasticsearch.plugin - elasticsearch-analysis-icu + analysis-icu ${elasticsearch.version} zip true @@ -287,7 +287,7 @@ org.elasticsearch.plugin - elasticsearch-cloud-gce + cloud-gce ${elasticsearch.version} zip true @@ -295,7 +295,7 @@ org.elasticsearch.plugin - elasticsearch-cloud-azure + cloud-azure ${elasticsearch.version} zip true @@ -303,7 +303,7 @@ org.elasticsearch.plugin - elasticsearch-cloud-aws + cloud-aws ${elasticsearch.version} zip true @@ -311,7 +311,7 @@ org.elasticsearch.plugin - elasticsearch-delete-by-query + delete-by-query ${elasticsearch.version} zip true @@ -319,7 +319,7 @@ org.elasticsearch.plugin - elasticsearch-lang-python + lang-python ${elasticsearch.version} zip true @@ -327,7 +327,7 @@ org.elasticsearch.plugin - elasticsearch-lang-javascript + lang-javascript ${elasticsearch.version} zip true @@ -343,7 +343,7 @@ org.elasticsearch.plugin - elasticsearch-mapper-size + mapper-size ${elasticsearch.version} zip true @@ -351,7 +351,7 @@ org.elasticsearch.plugin - elasticsearch-site-example + site-example ${elasticsearch.version} zip true @@ -359,7 +359,7 @@ org.elasticsearch.plugin - elasticsearch-jvm-example + jvm-example ${elasticsearch.version} zip true