This is an automated email from the ASF dual-hosted git repository. ndipiazza pushed a commit to branch TIKA-4318-fix-issue-with-javadoc in repository https://gitbox.apache.org/repos/asf/tika.git
commit 90c30c499885c2ca586e469dd1b89a73bda54e4d Author: Nicholas DiPiazza <[email protected]> AuthorDate: Wed May 28 18:21:16 2025 -0500 TIKA-4272: push corrected version --- tika-grpc/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tika-grpc/pom.xml b/tika-grpc/pom.xml index a738c2393..c9b0418f5 100644 --- a/tika-grpc/pom.xml +++ b/tika-grpc/pom.xml @@ -256,9 +256,7 @@ <version>${maven.javadoc.version}</version> <configuration> <doclint>none</doclint> - <sourcepath>src/main/java</sourcepath> - <sourcepath>${project.build.directory}/generated-sources/protobuf/grpc-java</sourcepath> - <sourcepath>${project.build.directory}/generated-sources/protobuf/java</sourcepath> + <sourcepath>src/main/java;${project.build.directory}/generated-sources/protobuf/grpc-java:${project.build.directory}/generated-sources/protobuf/java</sourcepath> </configuration> </plugin> <plugin>
