Add deployment configuration to GCP background

This commit is contained in:
Oleg Zhurakousky
2020-05-27 16:43:13 +02:00
parent 2e8537889d
commit 4c8a209c89

View File

@@ -29,6 +29,13 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>