There was an error while loading. Please reload this page.
1 parent 7d6fe60 commit 5dd00f3Copy full SHA for 5dd00f3
1 file changed
.github/workflows/main-jdk17-build.yml
@@ -68,4 +68,7 @@ jobs:
68
# -pl must name the leaf modules: tika-e2e-tests is an aggregator pom, and Maven
69
# does not pull in a selected aggregator's children, so this job built two pom-only
70
# 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"
+ # 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