Removed cli scripts'

This commit is contained in:
Marcin Grzejszczak
2018-10-10 14:28:09 +02:00
parent fc7b61d884
commit db44081cc3
4 changed files with 15 additions and 107 deletions

View File

@@ -50,27 +50,6 @@
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<executions>
<execution>
<id>install-cli</id>
<phase>generate-test-sources</phase>
<configuration>
<executable>${project.parent.basedir}/scripts/set-cli.sh</executable>
<arguments>
<argument>${spring-boot.version}</argument>
<argument>${project.version}</argument>
</arguments>
</configuration>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>