Build: rename zip to shield-version.zip

As part of the release process, the shield zip files are renamed prior to
uploading to the downloads server. This change removes the need to
rename the file.

Closes elastic/elasticsearch#760

Original commit: elastic/x-pack-elasticsearch@f1822d9d4c
This commit is contained in:
jaymode 2015-04-07 13:47:23 -04:00
parent 11790f3f0d
commit aec8982996

View File

@ -457,6 +457,7 @@
<descriptors>
<descriptor>${basedir}/src/main/assemblies/plugin.xml</descriptor>
</descriptors>
<finalName>shield-${project.version}</finalName>
</configuration>
<executions>
<execution>