MVN

com.giantheadsoftware : fmgen-maven-plugin

Maven & Gradle

Jun 16, 2022

2.0.5-jdk11+ · Maven Mojo plugin capable of extracting details form Java classes and passing that information to FreeMarker for templating. Basically, it's a code genrator that can be added to the POM.

<plugin>
    <groupId>com.giantheadsoftware</groupId>
    <artifactId>fmgen-maven-plugin</artifactId>
    <version>2.0.5-jdk11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.giantheadsoftware : fmgen-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.5-jdk11

All Versions

Choose a version of com.giantheadsoftware : fmgen-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
fmgen-maven-plugin-2.0.5-jdk11
fmgen-maven-plugin-2.0.5-jdk8
fmgen-maven-plugin-2.0.3-jdk8
fmgen-maven-plugin-2.0.3-jdk11
fmgen-maven-plugin-2.0.2-jdk8
fmgen-maven-plugin-2.0.2-jdk11
fmgen-maven-plugin-2.0.1-jdk11

How to add a plugin to Maven

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

<plugin>
    <groupId>com.giantheadsoftware</groupId>
    <artifactId>fmgen-maven-plugin</artifactId>
    <version>2.0.5-jdk11</version>
</plugin>

Advertisement