We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d61ba2 commit 874cf97Copy full SHA for 874cf97
grpc-rest-proxy-example/pom.xml
@@ -43,6 +43,23 @@
43
</execution>
44
</executions>
45
</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>
63
<plugin>
64
<groupId>kr.motd.maven</groupId>
65
<artifactId>os-maven-plugin</artifactId>
0 commit comments