MVN

global.namespace.truelicense : truelicense-maven-plugin

Maven & Gradle

Feb 10, 2020
138 stars

TrueLicense Maven Plugin · The TrueLicense Maven Plugin generates source files from Apache Velocity template files or obfuscates constant string values in class files.

<plugin>
    <groupId>global.namespace.truelicense</groupId>
    <artifactId>truelicense-maven-plugin</artifactId>
    <version>4.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of global.namespace.truelicense : truelicense-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.0.3
  • Latest Release Candidate: 4.0.0-RC3

All Versions

Choose a version of global.namespace.truelicense : truelicense-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
truelicense-maven-plugin-4.0.3
truelicense-maven-plugin-4.0.1
truelicense-maven-plugin-4.0.0
truelicense-maven-plugin-4.0.0-RC3
truelicense-maven-plugin-4.0.0-RC2
truelicense-maven-plugin-4.0.0-RC1
truelicense-maven-plugin-4.0.0-M5
truelicense-maven-plugin-4.0.0-M4
truelicense-maven-plugin-4.0.0-M3
truelicense-maven-plugin-4.0.0-M2
truelicense-maven-plugin-4.0.0-M1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>global.namespace.truelicense</groupId>
    <artifactId>truelicense-maven-plugin</artifactId>
    <version>4.0.3</version>
</plugin>