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.htmlREADME.html
-
Class Summary Class Description HeaderHtmlVelocityDelegate This class' purpose is to generate theHEADER.htmlthat moves along with the release for the sake of downloading the release from the distribution area.HeaderHtmlVelocityDelegate.HeaderHtmlVelocityDelegateBuilder A builder class for instantiation of theHeaderHtmlVelocityDelegate.ReadmeHtmlVelocityDelegate This class' purpose is to generate theREADME.htmlthat moves along with the release for the sake of downloading the release from the distribution area.ReadmeHtmlVelocityDelegate.ReadmeHtmlVelocityDelegateBuilder A builder class for instantiation of theReadmeHtmlVelocityDelegate.