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.

License

License

Categories

Categories

Maven Build Tools Ant
GroupId

GroupId

com.giantheadsoftware
ArtifactId

ArtifactId

fmgen-maven-plugin
Last Version

Last Version

2.0.5-jdk11
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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.
Source Code Management

Source Code Management

https://gitlab.com/giantheadsoftware/fmgen-plugin

Download fmgen-maven-plugin

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.6.3
org.codehaus.plexus : plexus-utils jar 3.3.0
org.freemarker : freemarker jar 2.3.29

provided (2)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0
com.github.cliftonlabs : json-simple jar 3.1.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.5-jdk11
2.0.5-jdk8
2.0.3-jdk11
2.0.3-jdk8
2.0.2-jdk11
2.0.2-jdk8
2.0.1-jdk11