Skip to content

Commit 874cf97

Browse files
committed
Skip deploy example
1 parent 7d61ba2 commit 874cf97

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

grpc-rest-proxy-example/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,23 @@
4343
</execution>
4444
</executions>
4545
</plugin>
46+
<plugin>
47+
<groupId>org.apache.maven.plugins</groupId>
48+
<artifactId>maven-deploy-plugin</artifactId>
49+
<version>3.1.4</version>
50+
<executions>
51+
<execution>
52+
<id>default-deploy</id>
53+
<phase>deploy</phase>
54+
<goals>
55+
<goal>deploy</goal>
56+
</goals>
57+
<configuration>
58+
<skip>true</skip>
59+
</configuration>
60+
</execution>
61+
</executions>
62+
</plugin>
4663
<plugin>
4764
<groupId>kr.motd.maven</groupId>
4865
<artifactId>os-maven-plugin</artifactId>

0 commit comments

Comments
 (0)