You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: