This is an automated email from the ASF dual-hosted git repository.
tallison 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 142672e29 TIKA-4400 -- move some modules to the sandbox profile (#2183)
142672e29 is described below
commit 142672e295ed7c50e551d1c67461fdf213ee5321
Author: Tim Allison <[email protected]>
AuthorDate: Wed May 7 17:20:52 2025 -0400
TIKA-4400 -- move some modules to the sandbox profile (#2183)
* TIKA-4400 -- move some modules to the sandbox profile - can tweak later
---
tika-parsers/tika-parsers-ml/pom.xml | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/tika-parsers/tika-parsers-ml/pom.xml
b/tika-parsers/tika-parsers-ml/pom.xml
index 2bbae36f2..dbdb41248 100644
--- a/tika-parsers/tika-parsers-ml/pom.xml
+++ b/tika-parsers/tika-parsers-ml/pom.xml
@@ -35,12 +35,6 @@
<modules>
<module>tika-parser-nlp-module</module>
<module>tika-parser-nlp-package</module>
- <!-- needs to come after tika-parser-nlp-module because
tika-parser-nlp-module
- downloads model files -->
- <module>tika-age-recogniser</module>
- <module>tika-parser-advancedmedia-module</module>
- <module>tika-parser-advancedmedia-package</module>
- <module>tika-dl</module>
<module>tika-transcribe-aws</module>
</modules>
@@ -99,6 +93,19 @@
</plugins>
</pluginManagement>
</build>
+ <profiles>
+ <profile>
+ <id>sandbox</id>
+ <modules>
+ <!-- needs to come after tika-parser-nlp-module because
tika-parser-nlp-module
+ downloads model files -->
+ <module>tika-age-recogniser</module>
+ <module>tika-parser-advancedmedia-module</module>
+ <module>tika-parser-advancedmedia-package</module>
+ <module>tika-dl</module>
+ </modules>
+ </profile>
+ </profiles>
<scm>
<tag>3.0.0-rc1</tag>