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 velocity-config-tool Show documentation
Show all versions of velocity-config-tool Show documentation
Acquire the Maven Skin configuration from a Velocity template.
The newest version!
<?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.wandrell.velocity.tool.ConfigTool" /> </toolbox> </tools>