Testing: Fix copying of files in shield integration tests

In order to correctly copy the license plugin version, we have
to enable useBaseVersion in order to strip the snapshot version
number.

Original commit: elastic/x-pack-elasticsearch@025da92c35
This commit is contained in:
Alexander Reelsen 2015-07-28 16:52:49 +02:00
parent ac1ba2add5
commit bf2f1e35ea
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@
<overWrite>true</overWrite> <overWrite>true</overWrite>
</artifactItem> </artifactItem>
</artifactItems> </artifactItems>
<useBaseVersion>true</useBaseVersion>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>