Sync from SUSE:SLFO:Main maven-javadoc-plugin revision 58888dd81a5714e0e74dafdcef8ee136

This commit is contained in:
Adrian Schröter 2024-05-31 14:50:46 +02:00
parent 3fb2492d02
commit 6c20a03062
2 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 2 17:26:28 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 Feb 21 06:00:34 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Fri Jan 26 08:10:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -70,6 +70,7 @@ BuildRequires: plexus-interactivity-api
BuildRequires: plexus-io
BuildRequires: plexus-languages
BuildRequires: plexus-utils
BuildRequires: plexus-xml
BuildRequires: qdox
BuildRequires: sisu-inject
BuildRequires: sisu-plexus
@ -123,10 +124,12 @@ API documentation for %{name}.
%setup -q -n %{base_name}-%{version}
%if %{with bootstrap}
cp %{SOURCE1} build.xml
%patch0 -p1
%patch -P 0 -p1
%endif
%patch1 -p1
%patch2 -p1
%patch -P 1 -p1
%patch -P 2 -p1
%pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
%pom_remove_dep :::test:
@ -178,6 +181,7 @@ build-jar-repository -s lib \
plexus-languages/plexus-java \
plexus-metadata-generator \
plexus/utils \
plexus/xml \
qdox \
xbean/xbean-reflect
%{ant} -Dtest.skip=true jar