Package org.apache.commons.release.plugin.velocity
package org.apache.commons.release.plugin.velocity
Contains classes that take our velocity templates and render's them to a
Writer
class.
The main reason for velocity templates are to fill out the following files that get deployed alongside:
HEADER.html
README.html
-
ClassDescriptionThis class' purpose is to generate the
HEADER.html
that moves along with the release for the sake of downloading the release from the distribution area.A builder class for instantiation of theHeaderHtmlVelocityDelegate
.This class' purpose is to generate theREADME.html
that moves along with the release for the sake of downloading the release from the distribution area.A builder class for instantiation of theReadmeHtmlVelocityDelegate
.