Hello community,

here is the log from the commit of package maven-plugin-bundle for 
openSUSE:Factory checked in at 2019-11-26 16:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-plugin-bundle (Old)
 and      /work/SRC/openSUSE:Factory/.maven-plugin-bundle.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-plugin-bundle"

Tue Nov 26 16:59:48 2019 rev:2 rq:750606 version:3.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-plugin-bundle/maven-plugin-bundle.changes  
2019-04-12 09:14:37.201684125 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-plugin-bundle.new.26869/maven-plugin-bundle.changes
       2019-11-26 16:59:54.852096881 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 17:27:56 UTC 2019 - Fridrich Strba <fst...@suse.com>
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ maven-plugin-bundle.spec ++++++
--- /var/tmp/diff_new_pack.30NNAA/_old  2019-11-26 16:59:55.928096526 +0100
+++ /var/tmp/diff_new_pack.30NNAA/_new  2019-11-26 16:59:55.932096524 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-plugin-bundle
 #
-# 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
@@ -111,8 +111,10 @@
 %endif
 
 %build
-# Tests depend on bundled JARs
-%{mvn_build} -f
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+       -- -Dmaven.compiler.release=7
+%endif
 
 %install
 %mvn_install


Reply via email to