Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven errors building nlm-tika 2.4.1-nlm branch #4

Open
kdorking opened this issue Mar 7, 2024 · 0 comments
Open

maven errors building nlm-tika 2.4.1-nlm branch #4

kdorking opened this issue Mar 7, 2024 · 0 comments

Comments

@kdorking
Copy link

kdorking commented Mar 7, 2024

I am trying to build the 2.4.1-nlm branch:

using the following maven command: mvn clean install -Dossindex.skip -DskipTests=true

results in the following error:
Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check (validate) on project tika-parser-pdf-module: You have 40 Checkstyle violations. -> [Help 1]

using the following maven command: mvn clean install -Dossindex.skip -DskipTests=true -Dcheckstyle.skip

results in the following error:
Failed to execute goal de.thetaphi:forbiddenapis:3.3:check (default) on project tika-parser-pdf-module: Check for forbidden API calls failed, see log.

java -version:
openjdk version "21.0.2" 2024-01-16
OpenJDK Runtime Environment Homebrew (build 21.0.2)
OpenJDK 64-Bit Server VM Homebrew (build 21.0.2, mixed mode, sharing)

I can successfully build Apache tika 2.5.0 using the following maven command: mvn clean install -Dossindex.skip -DskipTests=true

Any guidance, greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant