Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package maven-jar-plugin for
openSUSE:Factory checked in at 2022-06-25 10:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-jar-plugin (Old)
and /work/SRC/openSUSE:Factory/.maven-jar-plugin.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maven-jar-plugin"
Sat Jun 25 10:24:13 2022 rev:8 rq:984866 version:3.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/maven-jar-plugin/maven-jar-plugin.changes
2022-05-25 20:35:05.524272004 +0200
+++
/work/SRC/openSUSE:Factory/.maven-jar-plugin.new.1548/maven-jar-plugin.changes
2022-06-25 10:24:22.462683362 +0200
@@ -1,0 +2,6 @@
+Fri Jun 24 09:46:54 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Remove all dependencies with scope test, since a raw xmvn does
+ not hide them from maven.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ maven-jar-plugin.spec ++++++
--- /var/tmp/diff_new_pack.LaHAEx/_old 2022-06-25 10:24:22.934684035 +0200
+++ /var/tmp/diff_new_pack.LaHAEx/_new 2022-06-25 10:24:22.942684047 +0200
@@ -54,7 +54,6 @@
%else
Name: %{base_name}
BuildRequires: xmvn
-BuildRequires:
mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
BuildRequires: mvn(org.apache.maven.plugins:maven-compiler-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-jar-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin)
@@ -91,6 +90,9 @@
%endif
%patch1 -p1
+# Remove all dependencies with scope test, since a raw xmvn does not hide them
+%pom_remove_dep -r :::test:
+
%build
# Test class MockArtifact doesn't override method getMetadata
%if %{with bootstrap}