aboutsummaryrefslogtreecommitdiffhomepage
path: root/protoc-artifacts/pom.xml
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2016-07-26 16:30:35 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2016-07-26 16:34:30 -0700
commitb1aac0b4ede7002eefb55dd4cf92c9b18bda1610 (patch)
treef77e504e17e3f31806b46f03f5aad9376626d6a3 /protoc-artifacts/pom.xml
parent032fb914e205f6a4d59097c4e27a650eb5a21c7b (diff)
Make protoc-artifacts able to build plugin.
Diffstat (limited to 'protoc-artifacts/pom.xml')
-rw-r--r--protoc-artifacts/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml
index 7661d2f7..840bc60a 100644
--- a/protoc-artifacts/pom.xml
+++ b/protoc-artifacts/pom.xml
@@ -59,6 +59,7 @@
<argument>build-protoc.sh</argument>
<argument>${os.detected.name}</argument>
<argument>${os.detected.arch}</argument>
+ <argument>protoc</argument>
</arguments>
</configuration>
</plugin>