You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/09/01 09:49:42 UTC

[maven-jar-plugin] 01/01: Added exclusion for JDK9 based on JDK Bug.

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch FIXING_IT
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git

commit 9556e9feb098c248e457adadb41648440352b1ae
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 1 11:49:26 2018 +0200

    Added exclusion for JDK9 based on JDK Bug.
---
 src/it/MJAR-70-no-recreation/invoker.properties | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/it/MJAR-70-no-recreation/invoker.properties b/src/it/MJAR-70-no-recreation/invoker.properties
index 7036df7..b0879da 100644
--- a/src/it/MJAR-70-no-recreation/invoker.properties
+++ b/src/it/MJAR-70-no-recreation/invoker.properties
@@ -16,5 +16,10 @@
 # under the License.
 
 # NOTE: The first time, we run up to "integration-test" phase which includes the AntRun execution which saves the
-# timestamp of the first JAR for comparision with the timestamp of the JAR from the final "package" invocation.
+# timestamp of the first JAR for comparison with the timestamp of the JAR from the final "package" invocation.
+# Note:
+# Currently the timestamp comparison does not work cause based on a Bug in JDK 
+# https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8177809
+# So we exclude JDK 1.9
+invoker.java.version = 1.9-
 invoker.goals = clean integration-test package