Hello community,
here is the log from the commit of package maven-jar-plugin for
openSUSE:Factory checked in at 2019-11-26 17:00:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-jar-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-jar-plugin.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-jar-plugin"
Tue Nov 26 17:00:23 2019 rev:3 rq:750625 version:3.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-jar-plugin/maven-jar-plugin.changes
2019-10-08 19:58:50.160034748 +0200
+++
/work/SRC/openSUSE:Factory/.maven-jar-plugin.new.26869/maven-jar-plugin.changes
2019-11-26 17:00:29.136085560 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 17:46:08 UTC 2019 - Fridrich Strba <[email protected]>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+ maven-javadoc-plugin
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-jar-plugin.spec ++++++
--- /var/tmp/diff_new_pack.6kSD2r/_old 2019-11-26 17:00:30.000085275 +0100
+++ /var/tmp/diff_new_pack.6kSD2r/_new 2019-11-26 17:00:30.004085274 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package maven
+# spec file for package maven-jar-plugin
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -106,6 +106,9 @@
%else
xmvn --batch-mode --offline \
-Dmaven.test.skip=true -DmavenVersion=3.1.1 \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+ -Dmaven.compiler.release=7 \
+%endif
package org.apache.maven.plugins:maven-javadoc-plugin:aggregate
%endif