You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/03/11 08:46:47 UTC

[maven-javadoc-plugin] branch MJAVADOC-610 updated: disable MJAVADOC-610_mrjar it for java 11 as it fail for oracle jdk because do not have fix which is in adoptopenjdk

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