All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rumati.maven.plugins.velocity.Transformation Maven / Gradle / Ivy

Go to download

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy