| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: maven-doxia-sitetools | Distribution: openSUSE Tumbleweed |
| Version: 2.1.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Apr 8 09:41:17 2026 |
| Group: Development/Libraries/Java | Build host: reproducible |
| Size: 1572050 | Source RPM: maven-doxia-sitetools-2.1.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://maven.apache.org/doxia/ | |
| Summary: Doxia content generation framework | |
Doxia is a content generation framework which aims to provide its users with powerful techniques for generating static and dynamic content. Doxia can be used to generate static sites in addition to being incorporated into dynamic content generation systems like blogs, wikis and content management systems.
Apache-2.0
* Wed Apr 08 2026 Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 2.1.0
* New features and improvements
+ Expose SCM last modification date and author from Doxia source
in Velocity
+ Allow to set an alternative source directory (for editing)
+ Support conditional resources from skins
+ Support for rendering Mermaid diagrams client-side.
* Bug Fixes
+ Interpolate using user and system properties in Site
Descriptor
* Documentation updates
+ Convert Sites from APT to MD
+ Clarify menu inheritance and default behavior of "inherit"
attribute
+ Upgrade to Site Descriptor 2.x
+ Clarify image attributes in site descriptor
+ Document value "none" for attribute "position"
* Maintenance
+ JUnit Jupiter best practices
+ PlexusStringUtils Refaster recipes
+ PlexusFileUtils Refaster recipes
+ JUnit Jupiter migration from JUnit 4.x
+ feat: enable prevent branch protection rules
+ Enable Github issues
+ DOXIASITETOOLS-359: Support site directories where duplicates
are skipped
+ DOXIASITETOOLS-356: Provide more context in error message
+ DOXIASITETOOLS-313: Refresh download page
* Dependency updates
+ Update to Doxia 2.1.0
+ Bump org.junit:junit-bom from 5.11.2 to 5.14.3
+ Bump org.apache.maven.plugin-testing
:maven-plugin-testing-harness from 3.3.0 to 3.5.1
+ DOXIASITETOOLS-360: Bump org.codehaus.mojo:l10n-maven-plugin
from 1.0.0 to 1.1.0
+ Bump org.codehaus.mojo:l10n-maven-plugin from 1.1.0 to 1.2.0
+ Bump org.apache.maven:maven-parent from 43 to 47
+ Bump org.codehaus.plexus:plexus-testing from 1.4.0 to 2.1.0
+ DOXIASITETOOLS-361: Bump org.htmlunit:htmlunit from 4.4.0 to
4.9.0
+ Bump org.htmlunit:htmlunit from 4.9.0 to 4.21.0
+ Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.20.0
+ Bump org.codehaus.plexus:plexus-interpolation from 1.27 to
1.29
+ Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.1.0
+ Bump commons-io:commons-io from 2.17.0 to 2.21.0
+ Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.3.0
+ Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to
2.9.0
+ Bump org.apache.velocity:velocity-engine-core from 2.4 to
2.4.1
- Removed patch:
* 0001-Remove-dependency-on-velocity-tools.patch
+ we are now building against the velocity-tools-generic
* Tue Jun 03 2025 Fridrich Strba <fstrba@suse.com>
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
* Mon Oct 07 2024 Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 2.0.0
* Bug
+ DOXIASITETOOLS-251: Plexus to Sisu migration misses Singleton
annotation
+ DOXIASITETOOLS-263: Don't inject a default decoration model
when inheritance is at play
+ DOXIASITETOOLS-266: Don't create anchors behind the user's
back
+ DOXIASITETOOLS-299: Site descriptor interpolation does not
properly escape reserved XML chars
+ DOXIASITETOOLS-305: Removal of 0-byte site descriptors from
the local repo does not put remote repos into consideration
* New Feature
+ DOXIASITETOOLS-238: Pass input file name as reference to
parser
+ DOXIASITETOOLS-291: Add timezone field to site descriptor
PublishDate object and pass onto Velocity tools context
+ DOXIASITETOOLS-324: Allow configuration of parser per markup
* Improvement
+ DOXIASITETOOLS-253: Clarify "border", "width" and "height" for
Banner and LinkItem
+ DOXIASITETOOLS-257: Require a skin if a site descriptor
(site.xml) has been provided
+ DOXIASITETOOLS-268: Don't open version resource file on every
call to render
+ DOXIASITETOOLS-271: Overhaul locale support (make Locale#ROOT
instead of Locale#ENGLISH default and use full locale)
+ DOXIASITETOOLS-278: Remove menu items link in the sidebar to
submodule that do not generate any site in the same build
+ DOXIASITETOOLS-293: Remove menu items link in the sidebar to
submodule that are not present in the same build (reactor)
+ DOXIASITETOOLS-294: Replace legacy artifact resolution with
Maven Resolver
+ DOXIASITETOOLS-300: Don't populate Velocity context with XML
entities
+ DOXIASITETOOLS-301: Automatically remove the 0-byte site
descriptors from the local repo
+ DOXIASITETOOLS-302: Harmonize path separator in
DocumentRenderingContext
+ DOXIASITETOOLS-332: Create anchors for indexable entries
automatically
+ DOXIASITETOOLS-334: Pass project relative source path to
Parser.parse(...) as reference argument
+ DOXIASITETOOLS-336: Make SiteRenderingContext#siteDirectories
editable aware
+ DOXIASITETOOLS-340: Rearrange title order in Velocity context
+ DOXIASITETOOLS-344: Improve performance of case-sensitive file
key checking
+ DOXIASITETOOLS-348: Extend site descriptor to enforce a parent
+ DOXIASITETOOLS-349: Remove plexus-component-metadata plugin
* Wish
+ DOXIASITETOOLS-174: rename site.xml root tag from "project" to
"site"
* Task
+ DOXIASITETOOLS-156: Fail if deprecated ${reports},
${parentProject} or ${modules} is found
+ DOXIASITETOOLS-167: Replace deprecated Maven 2
MavenProjectBuilder with Maven 3 ProjectBuilder
+ DOXIASITETOOLS-239: Remove Doxia Sitetools Doc Renderer
+ DOXIASITETOOLS-241: Replace Plexus Container Default with Sisu
Plexus Shim
+ DOXIASITETOOLS-242: Remove all deprecated code
+ DOXIASITETOOLS-244: Clean up exceptions and log messages
+ DOXIASITETOOLS-245: Upgrade to Java 8
+ DOXIASITETOOLS-247: Replace Plexus Annotations with Java
Inject along with JUnit 5
+ DOXIASITETOOLS-254: Clarify inconsistencies in Doxia site
model
+ DOXIASITETOOLS-258: Don't inject bannerLeft is none is set
+ DOXIASITETOOLS-259: Deprecate Google-related site descriptor
properties
+ DOXIASITETOOLS-264: Remove usage of default skin during
testing
+ DOXIASITETOOLS-265: Drop MiscVerifier
+ DOXIASITETOOLS-270: Remove internal (pseudo) skin and use
Maven Fluido Skin by default
+ DOXIASITETOOLS-272: Remove support for Maven 1.x style site
directory layout
+ DOXIASITETOOLS-281: Deprecate SiteTool#getParentProject() in
favor of MavenProject#getParent()
+ DOXIASITETOOLS-282: Deprecate support for Maven 1.x style site
directory layout
+ DOXIASITETOOLS-285: Deprecate
SiteRenderingContext#defaultWindowTitle in favor of
SiteRenderingContext#defaultTitle
+ DOXIASITETOOLS-287: Remove Google-related site descriptor
properties
+ DOXIASITETOOLS-289: Remove SiteTool#getParentProject()
+ DOXIASITETOOLS-290: Remove
SiteRenderingContext#defaultWindowTitle
+ DOXIASITETOOLS-295: Rename o.a.m.doxia.siterenderer.Renderer
to o.a.m.doxia.siterenderer.SiteRenderer
+ DOXIASITETOOLS-296: Rename
o.a.m.doxia.siterenderer.RenderingContext to
o.a.m.doxia.siterenderer.DocumentRenderingContext
+ DOXIASITETOOLS-298: Rename doxia-decoration-model to
doxia-site-model
+ DOXIASITETOOLS-303: Implement workaround for
MNG-7758/MRESOLVER-335
+ DOXIASITETOOLS-306: Clean up and simplify thrown exceptions
+ DOXIASITETOOLS-309: Add resource bundle property "External
Links" to site-renderer.properties
+ DOXIASITETOOLS-310: Add resource bundle property "Edit" to
site-renderer.properties
+ DOXIASITETOOLS-311: Rework and simplify the site model
+ DOXIASITETOOLS-319: Improve DocumentRenderer
interface/DocumentRenderingContext class API
- Modified patch:
* 0002-Remove-dependency-on-velocity-tools.patch ->
0001-Remove-dependency-on-velocity-tools.patch
+ rediff
* Sun Sep 29 2024 Fridrich Strba <fstrba@suse.com>
- Don't build/distribute unused doxia-doc-renderer
* Mon Jun 10 2024 Fridrich Strba <fstrba@suse.com>
- Use plexus-metadata-generator executable directly to simplify
build classpath
* Tue Apr 02 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 2024 Fridrich Strba <fstrba@suse.com>
- Use %patch -P N instead of deprecated %patchN.
* Sat Sep 23 2023 Fridrich Strba <fstrba@suse.com>
- Upgrade to upstream version 1.11.1
* Bug
+ DOXIASITETOOLS-221: CLIRR can't find previous version
* Improvement
+ DOXIASITETOOLS-228: Remove all   in
default-site-macros.vm and replace by a space
+ DOXIASITETOOLS-234: improve documentation on site.xml
inheritance vs interpolation
* Task
+ DOXIASITETOOLS-236: Deprecate Doxia Sitetools Doc Renderer
* Dependency upgrade
+ DOXIASITETOOLS-219: fix javadoc issues with JDK 8 when
generating documentation
+ DOXIASITETOOLS-223: wrong coordinates for jai_core: hyphen
should be underscore
+ DOXIASITETOOLS-226: Use latest JUnit version 4.13.2
+ DOXIASITETOOLS-231: Upgrade Plexus Utils to 3.3.0
+ DOXIASITETOOLS-232: Upgrade Plexus Interpolation to 1.26
+ DOXIASITETOOLS-233: Upgrade Maven Doxia to 1.10
+ DOXIASITETOOLS-237: Upgrade Maven Doxia to 1.11.1
- Modified patch:
* 0002-Remove-dependency-on-velocity-tools.patch
+ rediff to changes context
- Removed patch:
* 0001-Port-to-plexus-utils-3.0.24.patch
+ not needed with this version
* Fri May 13 2022 Fridrich Strba <fstrba@suse.com>
- Fix build with modello 2.0.0
* Tue Mar 22 2022 Fridrich Strba <fstrba@suse.com>
- Build with source and target levels 8
/usr/share/java/maven-doxia-sitetools /usr/share/java/maven-doxia-sitetools/doxia-integration-tools.jar /usr/share/java/maven-doxia-sitetools/doxia-site-model.jar /usr/share/java/maven-doxia-sitetools/doxia-site-renderer.jar /usr/share/java/maven-doxia-sitetools/doxia-skin-model.jar /usr/share/maven-metadata/maven-doxia-sitetools-doxia-integration-tools.xml /usr/share/maven-metadata/maven-doxia-sitetools-doxia-site-model.xml /usr/share/maven-metadata/maven-doxia-sitetools-doxia-site-renderer.xml /usr/share/maven-metadata/maven-doxia-sitetools-doxia-skin-model.xml /usr/share/maven-poms/maven-doxia-sitetools /usr/share/maven-poms/maven-doxia-sitetools/doxia-integration-tools.pom /usr/share/maven-poms/maven-doxia-sitetools/doxia-site-model.pom /usr/share/maven-poms/maven-doxia-sitetools/doxia-site-renderer.pom /usr/share/maven-poms/maven-doxia-sitetools/doxia-skin-model.pom
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 01:28:36 2026