Fixed wrong setup

This commit is contained in:
Marcin Grzejszczak
2018-10-10 13:27:51 +02:00
parent 467516426b
commit fc7b61d884

View File

@@ -59,7 +59,7 @@
<id>install-cli</id>
<phase>generate-test-sources</phase>
<configuration>
<executable>${project.basedir}/scripts/set-cli.sh</executable>
<executable>${project.parent.basedir}/scripts/set-cli.sh</executable>
<arguments>
<argument>${spring-boot.version}</argument>
<argument>${project.version}</argument>