Skip to content

Commit 56963c1

Browse files
committed
Fix POM's deploy plugin in aws sample
1 parent 22bc928 commit 56963c1

File tree

1 file changed

+7
-0
lines changed
  • spring-cloud-function-samples/function-sample-aws

1 file changed

+7
-0
lines changed

spring-cloud-function-samples/function-sample-aws/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@
6969

7070
<build>
7171
<plugins>
72+
<plugin>
73+
<groupId>org.apache.maven.plugins</groupId>
74+
<artifactId>maven-deploy-plugin</artifactId>
75+
<configuration>
76+
<skip>true</skip>
77+
</configuration>
78+
</plugin>
7279
<plugin>
7380
<groupId>org.springframework.boot</groupId>
7481
<artifactId>spring-boot-maven-plugin</artifactId>

0 commit comments

Comments
 (0)