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:
parent
ac1ba2add5
commit
bf2f1e35ea
|
@ -106,6 +106,7 @@
|
|||
<overWrite>true</overWrite>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<useBaseVersion>true</useBaseVersion>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
Loading…
Reference in New Issue