Abstract Freemarker Template Mojo

This project contains an Abstract Mojo that provides the foundation for Maven plugins that wish to produce files using Freemarker templates.

License

License

GroupId

GroupId

com.robertboothby
ArtifactId

ArtifactId

abstract-freemarker-template-mojo
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Abstract Freemarker Template Mojo
This project contains an Abstract Mojo that provides the foundation for Maven plugins that wish to produce files using Freemarker templates.
Project URL

Project URL

https://github.com/RobertBoothby/abstract-freemarker-template-mojo
Source Code Management

Source Code Management

https://github.com/RobertBoothby/abstract-freemarker-template-mojo/tree/master

Download abstract-freemarker-template-mojo

How to add to project

<!-- https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/ -->
<dependency>
    <groupId>com.robertboothby</groupId>
    <artifactId>abstract-freemarker-template-mojo</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/
implementation 'com.robertboothby:abstract-freemarker-template-mojo:0.1.2'
// https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/
implementation ("com.robertboothby:abstract-freemarker-template-mojo:0.1.2")
'com.robertboothby:abstract-freemarker-template-mojo:jar:0.1.2'
<dependency org="com.robertboothby" name="abstract-freemarker-template-mojo" rev="0.1.2">
  <artifact name="abstract-freemarker-template-mojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby', module='abstract-freemarker-template-mojo', version='0.1.2')
)
libraryDependencies += "com.robertboothby" % "abstract-freemarker-template-mojo" % "0.1.2"
[com.robertboothby/abstract-freemarker-template-mojo "0.1.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.freemarker : freemarker jar 2.3.23

provided (2)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.1
org.apache.maven : maven-core jar 3.5.3

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Abstract Freemarker Template Mojo

This project contains an Abstract Mojo that makes it easier to create Maven plugins and Mojos that make use of Freemarker to generate files.

Usage

Simply create a new maven projec that uses the `com.robertboothby:maven-plugin-parent` pom as a parent and this project as a dependency. Next create your own Mojo that extends the AbstractGeneratorMojo and provides an instance of GenerationModelRetriever.

Versions

Version
0.1.2
0.1.1
0.1.0