- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="generate",
defaultPhase=GENERATE_SOURCES)
public class FmppMojo
extends org.apache.maven.plugin.AbstractMojo
A Maven front-end for FMPP. Inspired by Faisal Feroz' FMPP-Maven-Plugin, this implementation
gives the same general behaviour, but also allows configuration of whether the generated sources are
added to src or test. The default configuration adds the generated-sources to compile scope (not test)
- Author:
- Chris Pheby