Accepting request 1164200 from Java:packages:test
Depend on plexus-xml OBS-URL: https://build.opensuse.org/request/show/1164200 OBS-URL: https://build.opensuse.org/package/show/Java:packages/plexus-sec-dispatcher?expand=0&rev=17
This commit is contained in:
parent
621254480f
commit
5ccd2e2928
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 2 17:34:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Add dependency on plexus-xml where relevant
|
||||||
|
* this will be needed for smooth upgrade to plexus-utils 4.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 15:45:19 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Wed Oct 25 15:45:19 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-sec-dispatcher
|
# spec file for package plexus-sec-dispatcher
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -37,6 +37,7 @@ BuildRequires: plexus-cipher
|
|||||||
BuildRequires: plexus-containers-container-default
|
BuildRequires: plexus-containers-container-default
|
||||||
BuildRequires: plexus-metadata-generator
|
BuildRequires: plexus-metadata-generator
|
||||||
BuildRequires: plexus-utils
|
BuildRequires: plexus-utils
|
||||||
|
BuildRequires: plexus-xml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
@ -58,9 +59,16 @@ API documentation for %{name}.
|
|||||||
cp %{SOURCE1} .
|
cp %{SOURCE1} .
|
||||||
cp %{SOURCE100} build.xml
|
cp %{SOURCE100} build.xml
|
||||||
|
|
||||||
|
%pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p lib
|
mkdir -p lib
|
||||||
build-jar-repository -s lib plexus/utils plexus/plexus-cipher plexus-containers/plexus-container-default javax.inject
|
build-jar-repository -s lib \
|
||||||
|
plexus/utils \
|
||||||
|
plexus/xml \
|
||||||
|
plexus/plexus-cipher \
|
||||||
|
plexus-containers/plexus-container-default \
|
||||||
|
javax.inject
|
||||||
%{ant} \
|
%{ant} \
|
||||||
%if %{without tests}
|
%if %{without tests}
|
||||||
-Dtest.skip=true \
|
-Dtest.skip=true \
|
||||||
|
Loading…
Reference in New Issue
Block a user