HADOOP-18398. Prevent AvroRecord*.class from being included non-test jar (#4727)
Contributed by Yubi Lee.
This commit is contained in:
parent
133e8aabf0
commit
c0bbdca97e
@ -1151,7 +1151,7 @@
|
|||||||
<id>src-test-compile-protoc-legacy</id>
|
<id>src-test-compile-protoc-legacy</id>
|
||||||
<phase>generate-test-sources</phase>
|
<phase>generate-test-sources</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>compile</goal>
|
<goal>test-compile</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<skip>false</skip>
|
<skip>false</skip>
|
||||||
@ -1160,7 +1160,7 @@
|
|||||||
com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
|
com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
|
||||||
</protocArtifact>
|
</protocArtifact>
|
||||||
<includeDependenciesInDescriptorSet>false</includeDependenciesInDescriptorSet>
|
<includeDependenciesInDescriptorSet>false</includeDependenciesInDescriptorSet>
|
||||||
<protoSourceRoot>${basedir}/src/test/proto</protoSourceRoot>
|
<protoTestSourceRoot>${basedir}/src/test/proto</protoTestSourceRoot>
|
||||||
<outputDirectory>${project.build.directory}/generated-test-sources/java</outputDirectory>
|
<outputDirectory>${project.build.directory}/generated-test-sources/java</outputDirectory>
|
||||||
<clearOutputDirectory>false</clearOutputDirectory>
|
<clearOutputDirectory>false</clearOutputDirectory>
|
||||||
<includes>
|
<includes>
|
||||||
|
Loading…
Reference in New Issue
Block a user