This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch MJAVADOC-610 in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/MJAVADOC-610 by this push: new faf2b23 disable MJAVADOC-610_mrjar it for java 11 as it fail for oracle jdk because do not have fix which is in adoptopenjdk faf2b23 is described below commit faf2b231ebd5649c541847f67247fd39f8358045 Author: olivier lamy <ol...@apache.org> AuthorDate: Wed Mar 11 18:46:29 2020 +1000 disable MJAVADOC-610_mrjar it for java 11 as it fail for oracle jdk because do not have fix which is in adoptopenjdk Signed-off-by: olivier lamy <ol...@apache.org> --- src/it/projects/MJAVADOC-610_mrjar/invoker.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/it/projects/MJAVADOC-610_mrjar/invoker.properties b/src/it/projects/MJAVADOC-610_mrjar/invoker.properties index f04b53a..354c260 100644 --- a/src/it/projects/MJAVADOC-610_mrjar/invoker.properties +++ b/src/it/projects/MJAVADOC-610_mrjar/invoker.properties @@ -16,4 +16,6 @@ # under the License. invoker.goals = package -invoker.java.version = 1.9+ +# disable again for java 11 as again it's a bug fixed in openjdk but reported in oracle jdk +# and it seems to be the java vendor we use as a source of trust in ASF build machines and the rest of the team... +invoker.java.version = 1.9+,!11