|
@@ -417,7 +417,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<goal>protoc</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
- <protocVersion>2.5.0</protocVersion>
|
|
|
+ <protocVersion>${protobuf.version}</protocVersion>
|
|
|
+ <protocCommand>${protoc.path}</protocCommand>
|
|
|
<imports>
|
|
|
<param>${basedir}/../../hadoop-common-project/hadoop-common/src/main/proto</param>
|
|
|
<param>${basedir}/src/main/proto</param>
|
|
@@ -442,7 +443,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<goal>protoc</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
- <protocVersion>2.5.0</protocVersion>
|
|
|
+ <protocVersion>${protobuf.version}</protocVersion>
|
|
|
+ <protocCommand>${protoc.path}</protocCommand>
|
|
|
<imports>
|
|
|
<param>${basedir}/../../hadoop-common-project/hadoop-common/src/main/proto</param>
|
|
|
<param>${basedir}/src/main/proto</param>
|
|
@@ -464,7 +466,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<goal>protoc</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
- <protocVersion>2.5.0</protocVersion>
|
|
|
+ <protocVersion>${protobuf.version}</protocVersion>
|
|
|
+ <protocCommand>${protoc.path}</protocCommand>
|
|
|
<imports>
|
|
|
<param>${basedir}/../../hadoop-common-project/hadoop-common/src/main/proto</param>
|
|
|
<param>${basedir}/src/main/proto</param>
|
|
@@ -486,7 +489,8 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<goal>protoc</goal>
|
|
|
</goals>
|
|
|
<configuration>
|
|
|
- <protocVersion>2.5.0</protocVersion>
|
|
|
+ <protocVersion>${protobuf.version}</protocVersion>
|
|
|
+ <protocCommand>${protoc.path}</protocCommand>
|
|
|
<imports>
|
|
|
<param>${basedir}/../../hadoop-common-project/hadoop-common/src/main/proto</param>
|
|
|
<param>${basedir}/src/main/proto</param>
|