net.truelicense.maven.plugin.generation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of truelicense-maven-plugin Show documentation
Show all versions of truelicense-maven-plugin Show documentation
The TrueLicense Maven Plugin generates source files from Apache
Velocity template files or obfuscates constant string values in class
files.
/*
* Copyright (C) 2005-2017 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
/**
* Provides goals for generating main and test source files by merging a set of
* Apache Velocity template files with
* all properties in the Maven POM.
*
* @author Christian Schlichtherle
*/
package net.truelicense.maven.plugin.generation;