net.rumati.maven.plugins.velocity.Transformation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of velocity-maven-plugin Show documentation
Show all versions of velocity-maven-plugin Show documentation
A Maven plugin that uses Apache Velocity to process templates, populating variables from the Maven POM.
The newest version!
package net.rumati.maven.plugins.velocity;
import java.io.File;
public class Transformation
{
public String template;
public File outputFile;
}