OpenSearch/qa/smoke-test-plugins
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
..
rest-api-spec/test/smoke_test_plugins Get plugin smoketester running in jenkins. 2015-08-05 20:24:36 -04:00
src/test/java/org/elasticsearch/smoketest Get plugin smoketester running in jenkins. 2015-08-05 20:24:36 -04:00
integration-tests.xml Tests: Move qa's convert-plugin-name macrodef to dev-tools. 2015-08-10 11:07:52 +02:00
pom.xml [maven] rename artifactIds from `elasticsearch-something` to `something` 2015-08-18 13:38:48 +02:00