Add skip deployment to new gRPC sample

This commit is contained in:
Oleg Zhurakousky
2021-10-18 20:28:32 +02:00
parent 6eb85ca5e1
commit 03a1b4e98f

View File

@@ -27,7 +27,6 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-grpc-cloudevent-ext</artifactId>
<!-- <version>3.2.0-SNAPSHOT</version> -->
</dependency>
<dependency>
@@ -74,6 +73,13 @@
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>