Skip to content

Commit

Permalink
JAVA-2727: Also disable javadoc plugin for test phase
Browse files Browse the repository at this point in the history
api-plumber-doclet runs on the process-classes phase, and it's currently
not compatible with Java 11 (JAVA-2610).
  • Loading branch information
olim7t committed Apr 6, 2020
1 parent 952fdef commit d49132b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ before_install:
- jdk_switcher use openjdk8
- ./install-snapshots.sh
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
script: mvn test -Djacoco.skip=true -Dmaven.test.failure.ignore=true -B -V
script: mvn test -Djacoco.skip=true -Dmaven.test.failure.ignore=true -Dmaven.javadoc.skip=true -B -V
cache:
directories:
- $HOME/.m2

0 comments on commit d49132b

Please sign in to comment.