File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
hadoop-common-project/hadoop-common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1151
1151
<id >src-test-compile-protoc-legacy</id >
1152
1152
<phase >generate-test-sources</phase >
1153
1153
<goals >
1154
- <goal >compile</goal >
1154
+ <goal >test- compile</goal >
1155
1155
</goals >
1156
1156
<configuration >
1157
1157
<skip >false</skip >
1160
1160
com.google.protobuf:protoc:${protobuf.version} :exe:${os.detected.classifier}
1161
1161
</protocArtifact >
1162
1162
<includeDependenciesInDescriptorSet >false</includeDependenciesInDescriptorSet >
1163
- <protoSourceRoot >${basedir} /src/test/proto</protoSourceRoot >
1163
+ <protoTestSourceRoot >${basedir} /src/test/proto</protoTestSourceRoot >
1164
1164
<outputDirectory >${project.build.directory} /generated-test-sources/java</outputDirectory >
1165
1165
<clearOutputDirectory >false</clearOutputDirectory >
1166
1166
<includes >
You can’t perform that action at this time.
0 commit comments