This is an automated email from the ASF dual-hosted git repository.
ndipiazza pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new b8142ea28 Tika 4318 fix issue with javadoc (#2223)
b8142ea28 is described below
commit b8142ea28c307a9d9fd7d6d97acc6053381d4cc3
Author: Nicholas DiPiazza <[email protected]>
AuthorDate: Wed May 28 18:39:29 2025 -0500
Tika 4318 fix issue with javadoc (#2223)
* fix issue with javadoc TIKA-4318
* TIKA-4272: push corrected version
---------
Co-authored-by: Nicholas DiPiazza <[email protected]>
---
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>