Class AbstractGenerateMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.github.ascopes.protobufmavenplugin.mojo.AbstractGenerateMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Direct Known Subclasses:
MainGenerateMojo, TestGenerateMojo

public abstract class AbstractGenerateMojo extends org.apache.maven.plugin.AbstractMojo
Abstract base for a code generation Mojo that calls protoc.
Author:
Ashley Scopes