OpenSearch/qa
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
..
smoke-test-multinode [qa] multinode tests fails when you run low on disk space (85%) 2015-08-18 13:21:19 +02:00
smoke-test-plugins [maven] rename artifactIds from `elasticsearch-something` to `something` 2015-08-18 13:38:48 +02:00
smoke-test-shaded Move master to [2.1.0-SNAPSHOT] 2015-08-14 23:44:06 +02:00
vagrant Add tests for plugins with bin directory 2015-08-17 10:53:16 -07:00
pom.xml Move master to [2.1.0-SNAPSHOT] 2015-08-14 23:44:06 +02:00