OpenSearch/plugins/site-example
David Pilato d21afc8090 [maven] rename artifactIds from `elasticsearch-something` to `something`
In plugins, we are using non consistent naming. We use `elasticsearch-cloud-aws` as the artifactId, which generates a jar file called `elasticsearch-cloud-aws-VERSION.jar`.

But when you want to install the plugin, you will end up with a shorter name for the plugin `cloud-aws`.

```
bin/plugin install cloud-aws
```

This commit changes that and use consistent names for `artifactId`, so `finalName`.

Also changed maven names.
2015-08-18 13:38:48 +02:00
..
licenses no_deps.txt should be in the licenses/ directory in plugins 2015-08-09 20:16:11 +02:00
rest-api-spec/test/example [build] rename site example plugin to site-example 2015-08-03 18:41:04 +02:00
src fix typo in assume() when running from IDE 2015-08-03 23:57:27 -04:00
pom.xml [maven] rename artifactIds from `elasticsearch-something` to `something` 2015-08-18 13:38:48 +02:00