|
@@ -412,7 +412,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>
|
|
@@ -437,7 +438,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>
|
|
@@ -459,7 +461,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>
|
|
@@ -481,7 +484,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>
|