Skip to content

Commit 5dd00f3

Browse files
committed
TIKA-4809: run the e2e CI job through install, not verify
1 parent 7d6fe60 commit 5dd00f3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main-jdk17-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,7 @@ jobs:
6868
# -pl must name the leaf modules: tika-e2e-tests is an aggregator pom, and Maven
6969
# does not pull in a selected aggregator's children, so this job built two pom-only
7070
# modules and ran zero tests while reporting green.
71-
run: mvn -pl :tika-e2e-tests-server,:tika-grpc-e2e-test -am clean verify -Pe2e -B "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
71+
# install, not verify: tika-async-cli test-depends on the tika-pipes-file-system
72+
# plugin zip, which the assembly builds with attach=false (TIKA-4723) and only
73+
# puts in the local repo via an install-phase install-file. verify stops short.
74+
run: mvn -pl :tika-e2e-tests-server,:tika-grpc-e2e-test -am clean install -Pe2e -B "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"

0 commit comments

Comments
 (0)