Accepting request 1204576 from Java:packages

Don't build/distribute unused doxia-doc-renderer

OBS-URL: https://build.opensuse.org/request/show/1204576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/maven-doxia-sitetools?expand=0&rev=10
This commit is contained in:
Ana Guerrero 2024-09-30 13:40:11 +00:00 committed by Git OBS Bridge
commit be990f38a8
3 changed files with 8 additions and 4 deletions

BIN
maven-doxia-sitetools-build.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Sep 29 19:59:48 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Don't build/distribute unused doxia-doc-renderer
-------------------------------------------------------------------
Mon Jun 10 16:41:51 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -137,8 +137,7 @@ for i in \
doxia-decoration-model \
doxia-skin-model \
doxia-integration-tools \
doxia-site-renderer \
doxia-doc-renderer; do
doxia-site-renderer; do
%{mvn_artifact} ${i}/pom.xml ${i}/target/${i}-%{version}.jar
if [ -d ${i}/target/site/apidocs ]; then
cp -r ${i}/target/site/apidocs target/site/apidocs/${i}