Should fix eureka sample

This commit is contained in:
Marcin Grzejszczak
2018-10-10 13:22:55 +02:00
parent 0350311f20
commit 467516426b
2 changed files with 13 additions and 3 deletions

View File

@@ -59,10 +59,10 @@
<id>install-cli</id>
<phase>generate-test-sources</phase>
<configuration>
<executable>spring</executable>
<executable>${project.basedir}/scripts/set-cli.sh</executable>
<arguments>
<argument>install</argument>
<argument>org.springframework.cloud:spring-cloud-cli:${project.version}</argument>
<argument>${spring-boot.version}</argument>
<argument>${project.version}</argument>
</arguments>
</configuration>
<goals>