You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jprotoc/jprotoc/README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,28 @@ POM file. For more documentation, see the Maven protoc plugin's
88
88
</configuration>
89
89
```
90
90
91
+
## Packaging your plugin for native execution
92
+
93
+
jProtoc plugins can be packaged as native executables using the [`canteen-maven-plugin`](https://github.com/salesforce/grpc-java-contrib/tree/master/canteen).
94
+
Canteen repackages jar files so they can be executed from the command line directly without requiring a `java -jar`
0 commit comments