Added deploy plugin to aws custom sample

This commit is contained in:
Oleg Zhurakousky
2019-03-20 09:29:07 +01:00
parent 2cf854087a
commit 06cf610fb7

View File

@@ -89,6 +89,13 @@
</dependencyManagement>
<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>