From 7cc8adc955014a12a0b5c7ac87e7098655d35f83546c465abf125f50d75097a8 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 15 Sep 2023 03:09:00 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/aho-corasick-double-array-trie?expand=0&rev=9 --- aho-corasick-double-array-trie.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aho-corasick-double-array-trie.spec b/aho-corasick-double-array-trie.spec index 14b9e8c..fb61b2b 100644 --- a/aho-corasick-double-array-trie.spec +++ b/aho-corasick-double-array-trie.spec @@ -1,7 +1,7 @@ # # spec file for package aho-corasick-double-array-trie # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,6 +43,7 @@ This package contains javadoc for %{name}. cp %{SOURCE1} . %pom_remove_plugin :maven-source-plugin +%pom_remove_plugin :maven-javadoc-plugin %build %{mvn_build} -f -- \ From c3e4890893e6491b3aca0db8afcb418323516d6078c95767a72020bb7cbd8bc6 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 19 Sep 2023 10:56:48 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/Java:packages/aho-corasick-double-array-trie?expand=0&rev=10 --- aho-corasick-double-array-trie.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aho-corasick-double-array-trie.changes b/aho-corasick-double-array-trie.changes index ad90bca..9e25670 100644 --- a/aho-corasick-double-array-trie.changes +++ b/aho-corasick-double-array-trie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 19 10:56:20 UTC 2023 - Fridrich Strba + +- Do not require maven-javadoc-plugin that we don't use + ------------------------------------------------------------------- Mon Mar 21 14:34:17 UTC 2022 - Fridrich Strba