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

fix the tests by adding java also remove the patches #38396

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions apache-tika-3.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: apache-tika-3.0
version: 3.0.0
epoch: 1
epoch: 2
description: The Apache Tika toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -33,11 +33,6 @@ pipeline:
tag: ${{package.version}}
expected-commit: 9bcb38d6734ed9d5dcff617f316c535e844c68d1

- uses: maven/pombump
with:
patch-file: patches.yaml
pom: tika-parent/pom.xml

- runs: |
mvn clean install -am -DskipTests -Dossindex.skip
mkdir -p "${{targets.contextdir}}"/usr/share/java/
Expand All @@ -64,6 +59,7 @@ test:
packages:
- curl
- ${{package.name}}-compat
- openjdk-17-default-jvm
pipeline:
- name: "start server and verify endpoint"
runs: |
Expand Down
Loading