![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.maven.site-tools.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maven-site-fixer Show documentation
Show all versions of maven-site-fixer Show documentation
Utilities for fixing the pages created by Maven Site, and upgrading them to HTML5.
<?xml version="1.0" encoding="UTF-8"?> <!-- Add custom tools to Velocity tools. The tools.xml file is included in the classpath and Velocity finds it. --> <tools> <toolbox scope="request"> <tool class="com.bernardomg.velocity.tool.Html5UpdateTool" /> <tool class="com.bernardomg.velocity.tool.HtmlTool" /> <tool class="com.bernardomg.velocity.tool.SiteTool" /> </toolbox> </tools>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy