aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/pom.xml
diff options
context:
space:
mode:
authorGravatar Joshua Humphries <jh@squareup.com>2015-11-05 14:06:39 -0500
committerGravatar Joshua Humphries <jh@squareup.com>2015-11-05 15:56:23 -0500
commit37b262bfb467533d10ca29b9fc55310dd15a3aea (patch)
treeaed8a745850035647897d44cd7ed89536357d190 /java/pom.xml
parent3a72a1eeafa4cd6747d0039a527caa49924aa265 (diff)
include plugin.proto and generated code in protobuf-java
Diffstat (limited to 'java/pom.xml')
-rw-r--r--java/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/java/pom.xml b/java/pom.xml
index 8b81b645..7b99c035 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -92,6 +92,7 @@
<arg value="../src/google/protobuf/timestamp.proto" />
<arg value="../src/google/protobuf/type.proto" />
<arg value="../src/google/protobuf/wrappers.proto" />
+ <arg value="../src/google/protobuf/compiler/plugin.proto" />
</exec>
</tasks>
<sourceRoot>target/generated-sources</sourceRoot>
@@ -186,6 +187,7 @@
<include>google/protobuf/timestamp.proto</include>
<include>google/protobuf/type.proto</include>
<include>google/protobuf/wrappers.proto</include>
+ <include>google/protobuf/compiler/plugin.proto</include>
</includes>
</resource>
</resources>