Sync from SUSE:SLFO:Main maven-file-management revision 5ecef433f52a38a6513dfcdfc548e777

This commit is contained in:
Adrian Schröter 2024-05-31 14:49:37 +02:00
parent f281cab47b
commit 3b86dca905
2 changed files with 23 additions and 8 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 16 05:20:13 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use sisu-plexus instead of plexus-containers-container-default
-------------------------------------------------------------------
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> 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 # 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 # 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
@ -32,8 +32,9 @@ BuildRequires: maven-lib
BuildRequires: maven-shared-io BuildRequires: maven-shared-io
BuildRequires: maven-shared-utils BuildRequires: maven-shared-utils
BuildRequires: modello >= 2.0.0 BuildRequires: modello >= 2.0.0
BuildRequires: plexus-containers-container-default
BuildRequires: plexus-utils BuildRequires: plexus-utils
BuildRequires: plexus-xml
BuildRequires: sisu-plexus
BuildRequires: unzip BuildRequires: unzip
BuildArch: noarch BuildArch: noarch
@ -51,14 +52,17 @@ API documentation for %{name}.
%setup -q -n file-management-%{version} %setup -q -n file-management-%{version}
cp %{SOURCE1} build.xml cp %{SOURCE1} 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 \ build-jar-repository -s lib \
maven/maven-plugin-api \ maven/maven-plugin-api \
maven-shared-io/maven-shared-io \ maven-shared-io/maven-shared-io \
maven-shared-utils/maven-shared-utils \ maven-shared-utils/maven-shared-utils \
plexus-containers/plexus-container-default \ org.eclipse.sisu.plexus \
plexus/utils plexus/utils \
plexus/xml
%{ant} \ %{ant} \
jar javadoc jar javadoc