Ana Guerrero 2024-04-03 15:19:56 +00:00 committed by Git OBS Bridge
commit 4fdf035637
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 2 17:25:06 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 Sep 6 18:53:17 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package maven-file-management
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,6 +34,7 @@ BuildRequires: maven-shared-utils
BuildRequires: modello >= 2.0.0
BuildRequires: plexus-containers-container-default
BuildRequires: plexus-utils
BuildRequires: plexus-xml
BuildRequires: unzip
BuildArch: noarch
@ -51,6 +52,8 @@ API documentation for %{name}.
%setup -q -n file-management-%{version}
cp %{SOURCE1} build.xml
%pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0
%build
mkdir -p lib
build-jar-repository -s lib \
@ -58,7 +61,8 @@ build-jar-repository -s lib \
maven-shared-io/maven-shared-io \
maven-shared-utils/maven-shared-utils \
plexus-containers/plexus-container-default \
plexus/utils
plexus/utils \
plexus/xml
%{ant} \
jar javadoc