Direkt zum Hauptbereich

Posts

Es werden Posts vom Juli, 2017 angezeigt.

Simple FMPP Maven Mojo Plugin Documentation

I like to use the FMPP Maven Mojo, but I have not found any documentation about this maven-plugin, I summarize in this blog the basic configuration of this plugin. About the FMPP Maven Mojo First a copy-paste description from the site/generate-mojo.html file of the original plugin. Full name   com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate Description Generates artifacts as configured. The output is placed in configured output directory. Attributes Requires a Maven 2.0 project to be executed. Binds by default to the lifecycle phase: generate-sources . Full name com.googlecode.fmpp-maven-plugin:fmpp-maven-plugin:1.0:generate Required Parameters Name Type Since Description cfgFile File 1.0 Location of the FreeMarker config file. Default value is : src/main/resources/fmpp/config.fmpp . outputDirectory File - Location of the output files. Default value is : ${project.build.directory}/generated-sources/fmpp/ . templateDirectory File 1.0 Loc