OpenSearch/plugins
David Pilato b89efbed69 [maven] assembly: elasticsearch is already excluded
As elasticsearch is marked as provided we don't need to explicitly exclude it from the assembly descriptor.

We get a warning today for all plugins, the following:

```
[INFO] --- maven-assembly-plugin:2.5.5:single (default) @ repository-s3 ---
[INFO] Reading assembly descriptor: /path/to/plugin-assembly.xml
[WARNING] The following patterns were never triggered in this artifact exclusion filter:
o  'org.elasticsearch:elasticsearch'
[INFO] Building zip: /path/to/target/releases/repository-s3-3.0.0-SNAPSHOT.zip
[INFO]
```

It now gives:

```
[INFO] --- maven-assembly-plugin:2.5.5:single (default) @ repository-s3 ---
[INFO] Reading assembly descriptor: /path/to/plugin-assembly.xml
[INFO] Building zip: /path/to/target/releases/repository-s3-3.0.0-SNAPSHOT.zip
[INFO]
```
2015-09-08 08:55:31 +02:00
..
analysis-icu Upgrade to lucene 5.4-snapshot r1701068 2015-09-03 15:13:33 -04:00
analysis-kuromoji Upgrade to lucene 5.4-snapshot r1701068 2015-09-03 15:13:33 -04:00
analysis-phonetic Upgrade to lucene 5.4-snapshot r1701068 2015-09-03 15:13:33 -04:00
analysis-smartcn Upgrade to lucene 5.4-snapshot r1701068 2015-09-03 15:13:33 -04:00
analysis-stempel Upgrade to lucene 5.4-snapshot r1701068 2015-09-03 15:13:33 -04:00
cloud-azure Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00
cloud-gce Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00
delete-by-query Remove the scan and count search types. 2015-09-07 15:18:45 +02:00
discovery-ec2 This commit remove the block for user to set invalid Signer Type. 2015-09-05 22:57:05 -07:00
discovery-multicast Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00
jvm-example [maven] assembly: elasticsearch is already excluded 2015-09-08 08:55:31 +02:00
lang-javascript Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00
lang-python Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00
mapper-murmur3 Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00
mapper-size Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00
repository-s3 This commit remove the block for user to set invalid Signer Type. 2015-09-05 22:57:05 -07:00
site-example Move version to 3.0.0-SNAPSHOT 2015-09-03 10:43:28 +02:00
pom.xml [plugin] split cloud-aws in repository-s3 and discovery-ec2 2015-09-03 11:12:20 +02:00