We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bc928 commit 56963c1Copy full SHA for 56963c1
1 file changed
spring-cloud-function-samples/function-sample-aws/pom.xml
@@ -69,6 +69,13 @@
69
70
<build>
71
<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>
79
<plugin>
80
<groupId>org.springframework.boot</groupId>
81
<artifactId>spring-boot-maven-plugin</artifactId>
0 commit comments