Package org.kie.maven.plugin.mojos
Class AbstractKieMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.maven.plugin.mojos.AbstractKieMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
BuildMojo,PackageKjarDependenciesMojo,ValidateDMNMojo
public abstract class AbstractKieMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected List<org.apache.maven.model.Resource>resourcesprotected StringvalidateDMN
-
Constructor Summary
Constructors Constructor Description AbstractKieMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KieMavenPluginContextgetKieMavenPluginContext()-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Method Detail
-
getKieMavenPluginContext
protected KieMavenPluginContext getKieMavenPluginContext()
-
-